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',
'content_shell.pak',
'ffmpegsumo.dll',
'icudt.dll',
'icudtl.dat',
'libEGL.dll',
'libGLESv2.dll',
'd3dcompiler_43.dll',
@ -48,6 +48,7 @@ TARGET_BINARIES = {
'linux': [
'atom',
'content_shell.pak',
'icudtl.dat',
'libchromiumcontent.so',
'libffmpegsumo.so',
],