projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f18d63
)
Fix shipping icudtl.dat in dist.
author
Cheng Zhao
<zcbenz@gmail.com>
Fri, 18 Jul 2014 00:42:39 +0000
(08:42 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Fri, 18 Jul 2014 00:42:39 +0000
(08:42 +0800)
script/create-dist.py
patch
|
blob
|
history
diff --git
a/script/create-dist.py
b/script/create-dist.py
index
0ebb2da
..
b1cfc28
100755
(executable)
--- 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
',
+ 'icudt
l.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',
],