Load a few more pak files
This commit is contained in:
parent
f4207560f2
commit
221f53ab08
3 changed files with 4 additions and 2 deletions
|
@ -38,8 +38,10 @@ TARGET_BINARIES = {
|
||||||
'libGLESv2.dll',
|
'libGLESv2.dll',
|
||||||
'ffmpeg.dll',
|
'ffmpeg.dll',
|
||||||
'node.dll',
|
'node.dll',
|
||||||
|
'blink_image_resources_200_percent.pak',
|
||||||
'content_resources_200_percent.pak',
|
'content_resources_200_percent.pak',
|
||||||
'ui_resources_200_percent.pak',
|
'ui_resources_200_percent.pak',
|
||||||
|
'views_resources_200_percent.pak',
|
||||||
'xinput1_3.dll',
|
'xinput1_3.dll',
|
||||||
'natives_blob.bin',
|
'natives_blob.bin',
|
||||||
'snapshot_blob.bin',
|
'snapshot_blob.bin',
|
||||||
|
|
|
@ -8,7 +8,7 @@ import sys
|
||||||
|
|
||||||
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
|
BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \
|
||||||
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
|
'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'
|
||||||
LIBCHROMIUMCONTENT_COMMIT = 'f5ff2ac24616e5e059502b98b64f99922c383f53'
|
LIBCHROMIUMCONTENT_COMMIT = '141739f27054dbe032226a6547ff27a9f5f5626c'
|
||||||
|
|
||||||
PLATFORM = {
|
PLATFORM = {
|
||||||
'cygwin': 'win32',
|
'cygwin': 'win32',
|
||||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 61206fc771c936aefd2c871120b5b1dd4e1e6069
|
Subproject commit 278143846e66f6ba6a76e3a9c4eb24badc9620f6
|
Loading…
Reference in a new issue