projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f0314
)
Move framework downloads to github release
author
probablycorey
<cj@github.com>
Mon, 28 Apr 2014 17:49:49 +0000
(10:49 -0700)
committer
probablycorey
<cj@github.com>
Mon, 28 Apr 2014 17:49:49 +0000
(10:49 -0700)
script/update-frameworks.py
patch
|
blob
|
history
diff --git
a/script/update-frameworks.py
b/script/update-frameworks.py
index
f465d01
..
0a14af5
100755
(executable)
--- 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)