Ship snapshot file, fixes #1260

This commit is contained in:
Cheng Zhao 2015-03-18 22:36:01 +08:00
parent 8b88dc6a94
commit 46cb6e68f6

View file

@ -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 = {