Merge pull request #8668 from electron/fix-mas
Update libchromiumcontent: fix usage of private API in MAS build
This commit is contained in:
commit
593b7cc92a
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
'ea20b8dfe0a7fad61bb4917404950ddcd2224588'
|
||||
'4f5b89374df7ee69095b9f7d50b30fb46ddd7407'
|
||||
|
||||
PLATFORM = {
|
||||
'cygwin': 'win32',
|
||||
|
|
Loading…
Reference in a new issue