Merge pull request #5829 from electron/rename-frameworks-repo
Rename and move atom-shell-frameworks repo
This commit is contained in:
commit
c3e9ce34a1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
|
|||
|
||||
VERSION = 'v1.0.0'
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
FRAMEWORKS_URL = 'http://github.com/atom/atom-shell-frameworks/releases' \
|
||||
FRAMEWORKS_URL = 'http://github.com/electron/electron-frameworks/releases' \
|
||||
'/download/' + VERSION
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue