Merge branch 'master' into publish-prebuilt

This commit is contained in:
Vanessa Yuen 2017-07-26 15:07:33 -04:00
commit 0c3d15d890
89 changed files with 868 additions and 257 deletions

View file

@ -8,7 +8,7 @@ from lib.config import get_target_arch
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
VERSION = 'v1.2.0'
VERSION = 'v1.2.1'
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
FRAMEWORKS_URL = 'http://github.com/electron/electron-frameworks/releases' \
'/download/' + VERSION