Skip to content

Commit b54c2e7

Browse files
committed
Ship locales dir in linux & win
1 parent 2674873 commit b54c2e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/package_binaries.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def generate_target_nw(platform_name, arch, version):
108108
# 'nwsnapshot',
109109
'nw',
110110
'icudtl.dat',
111+
'locales',
111112
]
112113
elif platform_name == 'win':
113114
target['input'] = [
@@ -121,6 +122,7 @@ def generate_target_nw(platform_name, arch, version):
121122
'nw.lib',
122123
# 'nwsnapshot.exe',
123124
'credits.html',
125+
'locales',
124126
]
125127
elif platform_name == 'osx':
126128
target['input'] = [

0 commit comments

Comments
 (0)