Merge pull request #2113 from atom/libchromiumcontent-mirror

Allow downloading prebuilt libchromiumcontent binaries from mirror
This commit is contained in:
Cheng Zhao 2015-07-06 09:52:43 +08:00
commit 07cf2eac4e
2 changed files with 13 additions and 5 deletions

View file

@ -6,7 +6,8 @@ import platform
import sys
BASE_URL = 'http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = 'a4410de75315f3ecc00db2314bfab184dcd914f8'
PLATFORM = {