From b69db7ff67abe185bcf7e8e7badfa868a9ec882c Mon Sep 17 00:00:00 2001 From: probablycorey Date: Mon, 28 Apr 2014 10:49:49 -0700 Subject: [PATCH] Move framework downloads to github release --- script/update-frameworks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/update-frameworks.py b/script/update-frameworks.py index f465d01072a8..0a14af59ee5d 100755 --- a/script/update-frameworks.py +++ b/script/update-frameworks.py @@ -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)