mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: use python3 to download external binaries (#21184)
* build: use python3 to download external binaries * Update config.py
This commit is contained in:
committed by
John Kleinschmidt
parent
73467f00e3
commit
d34ba76eb6
@@ -21,6 +21,7 @@ BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
|
||||
PLATFORM = {
|
||||
'cygwin': 'win32',
|
||||
'darwin': 'darwin',
|
||||
'linux': 'linux',
|
||||
'linux2': 'linux',
|
||||
'win32': 'win32',
|
||||
}[sys.platform]
|
||||
|
||||
Reference in New Issue
Block a user