Fix shipping icudtl.dat in dist.

This commit is contained in:
Cheng Zhao 2014-07-18 08:42:39 +08:00
parent 0f18d63f7f
commit a1c2adda3d

View file

@ -37,7 +37,7 @@ TARGET_BINARIES = {
'chromiumcontent.dll', 'chromiumcontent.dll',
'content_shell.pak', 'content_shell.pak',
'ffmpegsumo.dll', 'ffmpegsumo.dll',
'icudt.dll', 'icudtl.dat',
'libEGL.dll', 'libEGL.dll',
'libGLESv2.dll', 'libGLESv2.dll',
'd3dcompiler_43.dll', 'd3dcompiler_43.dll',
@ -48,6 +48,7 @@ TARGET_BINARIES = {
'linux': [ 'linux': [
'atom', 'atom',
'content_shell.pak', 'content_shell.pak',
'icudtl.dat',
'libchromiumcontent.so', 'libchromiumcontent.so',
'libffmpegsumo.so', 'libffmpegsumo.so',
], ],