mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use HTTPS for libchromiumcontent's URL
Without using the subdomain we should be able to work around the domain license problem of python.
This commit is contained in:
@@ -7,7 +7,7 @@ import sys
|
||||
|
||||
|
||||
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
|
||||
'http://github-janky-artifacts.s3.amazonaws.com/libchromiumcontent'
|
||||
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
|
||||
LIBCHROMIUMCONTENT_COMMIT = 'cfbe8ec7e14af4cabd1474386f54e197db1f7ac1'
|
||||
|
||||
PLATFORM = {
|
||||
|
||||
Reference in New Issue
Block a user