1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 13:59:49 -04:00

Try to fix 32-bit MSI support

This commit is contained in:
Reinhard Pointner 2018-08-12 13:02:57 +07:00
parent c835ac630e
commit b8da124901

View File

@ -338,7 +338,7 @@
<!-- 3. compile MSI package (use -b to add additional resource folders) --> <!-- 3. compile MSI package (use -b to add additional resource folders) -->
<exec executable="light" dir="${dir.staging}" failonerror="true"> <exec executable="light" dir="${dir.staging}" failonerror="true">
<arg line="filebot.wixobj base.wixobj -b base -b ${dir.installer}/msi -sval -ext WixUIExtension -out ${dir.dist}/${release}_${msi.package.platform}.msi" /> <arg line="filebot.wixobj base.wixobj -b base -b ${dir.installer}/msi/${msi.package.platform} -b ${dir.installer}/msi -sval -ext WixUIExtension -out ${dir.dist}/${release}_${msi.package.platform}.msi" />
</exec> </exec>
</target> </target>