mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Backport macOS IME backspace fix for 1.6.x (#10450)
This commit is contained in:
committed by
GitHub
parent
dcb5a34922
commit
9b74f25770
@@ -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 \
|
||||
'f3e99add3753f82f9ce02788144b9ea9cd6367d8'
|
||||
'a46563ffdf1c3867ecfd19e10d5cf4f0c9f59bca'
|
||||
|
||||
PLATFORM = {
|
||||
'cygwin': 'win32',
|
||||
|
||||
Reference in New Issue
Block a user