Move framework downloads to github release
This commit is contained in:
parent
97f0314589
commit
b69db7ff67
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ from lib.util import safe_mkdir, extract_zip, tempdir, download
|
|||
|
||||
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
FRAMEWORKS_URL = 'http://atom-alpha.s3.amazonaws.com'
|
||||
|
||||
FRAMEWORKS_URL = 'https://github.com/atom/atom-shell/releases/download/v0.11.10'
|
||||
|
||||
def main():
|
||||
os.chdir(SOURCE_ROOT)
|
||||
|
|
Loading…
Reference in a new issue