mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix missing of symbols issue on Release build
This commit is contained in:
committed by
Kevin Sawicki
parent
41f356a94d
commit
82d796ded4
@@ -9,7 +9,7 @@ import sys
|
||||
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
|
||||
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
|
||||
LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \
|
||||
'0360b49dc59dcaad80bc056c9c9678273d4200e6'
|
||||
'628ae34823d133842faf8f45c2b2741e4ca74e53'
|
||||
|
||||
PLATFORM = {
|
||||
'cygwin': 'win32',
|
||||
|
||||
Reference in New Issue
Block a user