Use http in framework download url, fixes #998

This commit is contained in:
Cheng Zhao 2015-01-12 14:10:22 -08:00
parent 1926c2cd01
commit 7ab5db1adb

View file

@ -9,7 +9,7 @@ from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
VERSION = 'v0.3.0'
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
FRAMEWORKS_URL = 'https://github.com/atom/atom-shell-frameworks/releases' \
FRAMEWORKS_URL = 'http://github.com/atom/atom-shell-frameworks/releases' \
'/download/' + VERSION