mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 05:51:31 -04:00
Try to fix 32-bit MSI support
This commit is contained in:
parent
c835ac630e
commit
b8da124901
@ -338,7 +338,7 @@
|
||||
|
||||
<!-- 3. compile MSI package (use -b to add additional resource folders) -->
|
||||
<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>
|
||||
</target>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user