mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
Try to fix 32-bit MWS support
This commit is contained in:
parent
a29c8317dc
commit
a116521630
@ -260,7 +260,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<target name="appx" depends="revision" description="Build Windows 10 package">
|
<target name="appx" depends="revision" description="Build Windows 10 package">
|
||||||
<property name="appx.arch" location="x64" />
|
<property name="appx.arch" value="x64" />
|
||||||
<property name="dir.staging" location="${dir.dist}/appx" />
|
<property name="dir.staging" location="${dir.dist}/appx" />
|
||||||
|
|
||||||
<copy todir="${dir.staging}">
|
<copy todir="${dir.staging}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user