diff --git a/build.xml b/build.xml index 95081b32..172dd5d8 100644 --- a/build.xml +++ b/build.xml @@ -320,6 +320,7 @@ + @@ -327,7 +328,7 @@ - + diff --git a/installer/msi/filebot-wix.xml b/installer/msi/filebot-wix.xml index dfcb5291..db384396 100644 --- a/installer/msi/filebot-wix.xml +++ b/installer/msi/filebot-wix.xml @@ -51,6 +51,7 @@ + diff --git a/installer/msi/filebot.l4j.ini b/installer/msi/filebot.l4j.ini index 08d8c153..9b69a5f6 100644 --- a/installer/msi/filebot.l4j.ini +++ b/installer/msi/filebot.l4j.ini @@ -2,6 +2,9 @@ -Dapplication.deployment=msi -Dapplication.dir="%APPDATA%\FileBot" +# put all temporary files here +-Djava.io.tmpdir="%APPDATA%\FileBot\temp" + # FileBot feature settings -Dapplication.analytics=true diff --git a/installer/msi/filebot.launcher.l4j.ini b/installer/msi/filebot.launcher.l4j.ini index c0197a78..918e0e89 100644 --- a/installer/msi/filebot.launcher.l4j.ini +++ b/installer/msi/filebot.launcher.l4j.ini @@ -2,6 +2,9 @@ -Dapplication.deployment=msi -Dapplication.dir="%APPDATA%\FileBot" +# put all temporary files here +-Djava.io.tmpdir="%APPDATA%\FileBot\temp" + # FileBot feature settings -Dapplication.warmup=false -Dapplication.analytics=true diff --git a/installer/msi/filebot.platform.launcher.l4j.ini b/installer/msi/filebot.platform.launcher.l4j.ini index 075c5a8a..3400349b 100644 --- a/installer/msi/filebot.platform.launcher.l4j.ini +++ b/installer/msi/filebot.platform.launcher.l4j.ini @@ -2,6 +2,9 @@ -Dapplication.deployment=msi -Dapplication.dir="%APPDATA%\FileBot" +# put all temporary files here +-Djava.io.tmpdir="%APPDATA%\FileBot\temp" + # FileBot system properties -DthreadPool=8 -Dunixfs=false diff --git a/lib/native/win32-x64/jnidispatch.dll b/lib/native/win32-x64/jnidispatch.dll new file mode 100644 index 00000000..07cad853 Binary files /dev/null and b/lib/native/win32-x64/jnidispatch.dll differ diff --git a/lib/native/win32-x86/jnidispatch.dll b/lib/native/win32-x86/jnidispatch.dll new file mode 100644 index 00000000..7bdb4362 Binary files /dev/null and b/lib/native/win32-x86/jnidispatch.dll differ