Skip to content

Commit 7ab5db1

Browse files
committed
Use http in framework download url, fixes electron#998
1 parent 1926c2c commit 7ab5db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/update-external-binaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
VERSION = 'v0.3.0'
1111
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
12-
FRAMEWORKS_URL = 'https://github.com/atom/atom-shell-frameworks/releases' \
12+
FRAMEWORKS_URL = 'http://github.com/atom/atom-shell-frameworks/releases' \
1313
'/download/' + VERSION
1414

1515

0 commit comments

Comments
 (0)