Skip to content

Commit 2674873

Browse files
committed
[WIN] ship icudtl.dat instead of icudt.dll
1 parent ce7eb2b commit 2674873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/package_binaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def generate_target_nw(platform_name, arch, version):
112112
elif platform_name == 'win':
113113
target['input'] = [
114114
'ffmpegsumo.dll',
115-
'icudt.dll',
115+
'icudtl.dat',
116116
'libEGL.dll',
117117
'libGLESv2.dll',
118118
'nw.exe',

0 commit comments

Comments
 (0)