Skip to content

Commit

Permalink
Merge pull request #8147 from electron/upgrade-libcc-for-linux-keyeve…
Browse files Browse the repository at this point in the history
…nt-fix

Upgrade libcc for Chrome 56 Linux key event fix
  • Loading branch information
kevinsawicki committed Dec 6, 2016
2 parents 6c214ed + d1da48f commit 571592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/lib/config.py
Expand Up @@ -9,7 +9,7 @@
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \
'76bb29da18cbeec0051e0690bc1b95e78034a422'
'd59491fbd40f98ae72dfa575fd2b477c061ce613'

PLATFORM = {
'cygwin': 'win32',
Expand Down

0 comments on commit 571592a

Please sign in to comment.