diff --git a/installer/appx/filebot.exe b/installer/appx/filebot.exe new file mode 100644 index 00000000..fef1f6a6 Binary files /dev/null and b/installer/appx/filebot.exe differ diff --git a/installer/appx/filebot.l4j.ini b/installer/appx/filebot.l4j.ini new file mode 100644 index 00000000..29a6557e --- /dev/null +++ b/installer/appx/filebot.l4j.ini @@ -0,0 +1,21 @@ +# FileBot launch4j runtime config +-Dapplication.deployment=appx +-Dapplication.dir="%APPDATA%\FileBot" + +# put all temporary files here +-Djava.io.tmpdir="%APPDATA%\FileBot\temp" + +# network settings +-Djava.net.useSystemProxies=true + +# use NTFS extended attributes for storing metadata +-DuseExtendedFileAttributes=true +-DuseCreationDate=false + +# look for native libs here +-Djna.library.path="%EXEDIR%" +-Djna.boot.library.path="%EXEDIR%" +-Djava.library.path="%EXEDIR%" + +# look for fpcalc here +-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe" diff --git a/installer/appx/filebot.l4j.xml b/installer/appx/filebot.l4j.xml new file mode 100644 index 00000000..60b95b7d --- /dev/null +++ b/installer/appx/filebot.l4j.xml @@ -0,0 +1,26 @@ + + + true + console + FileBot.jar + filebot.exe + + + + normal + + + false + false + + ..\icons\shortcut.ico + + jre + true + false + + + jreOnly + 64 + + \ No newline at end of file diff --git a/installer/appx/filebot.launcher.exe b/installer/appx/filebot.launcher.exe index 3852592c..8446b374 100644 Binary files a/installer/appx/filebot.launcher.exe and b/installer/appx/filebot.launcher.exe differ