mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Update libcc for electron/libchromiumcontent#285
This fixes non-client area DPI scaling on recent Windows 10 versions. See discussion in #8786.
This commit is contained in:
@@ -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 \
|
||||
'8d551064d2b3d11f89ce8d5c4610f34e0408bad8'
|
||||
'4a0e32606e52c12c50c2e3a0973d015d8cdff494'
|
||||
|
||||
PLATFORM = {
|
||||
'cygwin': 'win32',
|
||||
|
||||
Reference in New Issue
Block a user