Use 0.0.2 release.

This commit is contained in:
Cheng Zhao 2014-04-29 02:03:03 +00:00
parent 739484f1d1
commit 042d90c047

View file

@ -8,7 +8,8 @@ from lib.util import safe_mkdir, extract_zip, tempdir, download
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
FRAMEWORKS_URL = 'https://github.com/atom/atom-shell-frameworks/releases' \ FRAMEWORKS_URL = 'https://github.com/atom/atom-shell-frameworks/releases' \
'/download/v0.0.1' '/download/v0.0.2'
def main(): def main():
os.chdir(SOURCE_ROOT) os.chdir(SOURCE_ROOT)