Skip to content

Commit 16e11e8

Browse files
committed
Revert "Ship locales dir in linux & win"
This reverts commit b54c2e7. locales dir is only needed in debug build
1 parent ab6ff3c commit 16e11e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/package_binaries.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def generate_target_nw(platform_name, arch, version):
108108
# 'nwsnapshot',
109109
'nw',
110110
'icudtl.dat',
111-
'locales',
112111
]
113112
elif platform_name == 'win':
114113
target['input'] = [
@@ -122,7 +121,6 @@ def generate_target_nw(platform_name, arch, version):
122121
'nw.lib',
123122
# 'nwsnapshot.exe',
124123
'credits.html',
125-
'locales',
126124
]
127125
elif platform_name == 'osx':
128126
target['input'] = [

0 commit comments

Comments
 (0)