Skip to content

Commit e7e68a7

Browse files
committed
Merge pull request nwjs#4711 from ghostoy/issue-4637-fix2
[win] ship with libexif.dll
2 parents 3603b27 + 05e7d5a commit e7e68a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/package_binaries.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ def generate_target_nw(platform_name, arch, version):
191191
'nw_100_percent.pak',
192192
'nw_200_percent.pak',
193193
'dbghelp.dll',
194-
'ffmpeg.dll'
194+
'ffmpeg.dll',
195+
# To be removed in CR51
196+
'libexif.dll',
195197
]
196198
if flavor == 'sdk':
197199
target['input'].append('nwjc.exe')

0 commit comments

Comments
 (0)