mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -05:00
* fix MSI build
This commit is contained in:
parent
e26485b451
commit
9ae6591a45
@ -509,11 +509,11 @@
|
||||
<target name="msi" description="Build Windows Installer for x86 and x64">
|
||||
<antcall target="msi-arch">
|
||||
<param name="arch" value="x86" />
|
||||
<param name="libgcc_name" value="mingwm10.dll" />
|
||||
<param name="libgcc_name" value="libgcc_s_seh-1.dll" />
|
||||
</antcall>
|
||||
<antcall target="msi-arch">
|
||||
<param name="arch" value="x64" />
|
||||
<param name="libgcc_name" value="libgcc_s_sjlj-1.dll" />
|
||||
<param name="libgcc_name" value="libgcc_s_seh-1.dll" />
|
||||
</antcall>
|
||||
</target>
|
||||
|
||||
|
0
lib/native/win32-x86/libgcc_s_seh-1.dll
Normal file
0
lib/native/win32-x86/libgcc_s_seh-1.dll
Normal file
Loading…
Reference in New Issue
Block a user