From a1c2adda3d896dff6a6d5c529df271495b20b856 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 18 Jul 2014 08:42:39 +0800 Subject: [PATCH] Fix shipping icudtl.dat in dist. --- script/create-dist.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/create-dist.py b/script/create-dist.py index 0ebb2da0ee84..b1cfc28796b1 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -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', ],