Ship snapshot file, fixes #1260
This commit is contained in:
parent
8b88dc6a94
commit
46cb6e68f6
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,8 @@ TARGET_BINARIES = {
|
||||||
'ui_resources_200_percent.pak',
|
'ui_resources_200_percent.pak',
|
||||||
'vccorlib120.dll',
|
'vccorlib120.dll',
|
||||||
'xinput1_3.dll',
|
'xinput1_3.dll',
|
||||||
|
'natives_blob.bin',
|
||||||
|
'snapshot_blob.bin',
|
||||||
],
|
],
|
||||||
'linux': [
|
'linux': [
|
||||||
'atom',
|
'atom',
|
||||||
|
@ -50,6 +52,8 @@ TARGET_BINARIES = {
|
||||||
'icudtl.dat',
|
'icudtl.dat',
|
||||||
'libchromiumcontent.so',
|
'libchromiumcontent.so',
|
||||||
'libffmpegsumo.so',
|
'libffmpegsumo.so',
|
||||||
|
'natives_blob.bin',
|
||||||
|
'snapshot_blob.bin',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
TARGET_DIRECTORIES = {
|
TARGET_DIRECTORIES = {
|
||||||
|
|
Loading…
Reference in a new issue