1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 05:51:31 -04:00

Try to fix 32-bit MWS support

This commit is contained in:
Reinhard Pointner 2018-08-11 16:49:53 +07:00
parent a116521630
commit d88d6c1ec2

View File

@ -29,7 +29,7 @@ index 755d034a..9f77f227 100644
# Default Windows Java Options
windows.application.options: -Dapplication.help=show -Dapplication.dir="%APPDATA%\\FileBot" -Dapplication.dir="%APPDATA%\\FileBot" -Djava.io.tmpdir="%APPDATA%\\FileBot\\tmp" -Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\\lib\\fpcalc.exe" -Djna.boot.library.path="%EXEDIR%\\lib" -Djna.library.path="%EXEDIR%\\lib" -Djava.library.path="%EXEDIR%\\lib"
diff --git a/build.xml b/build.xml
index f758da13..fe2b52a7 100644
index 857a623f..b28b4971 100644
--- a/build.xml
+++ b/build.xml
@@ -96,9 +96,10 @@
@ -57,8 +57,8 @@ index f758da13..fe2b52a7 100644
<target name="appx" depends="revision" description="Build Windows 10 package">
- <property name="appx.arch" location="x64" />
+ <property name="appx.arch" location="x86" />
- <property name="appx.arch" value="x64" />
+ <property name="appx.arch" value="x86" />
<property name="dir.staging" location="${dir.dist}/appx" />
<copy todir="${dir.staging}">