diff --git a/build.xml b/build.xml index 82686cff..c646d08c 100644 --- a/build.xml +++ b/build.xml @@ -307,11 +307,11 @@ - + - + diff --git a/installer/msi/filebot.platform.launcher.l4j.ini b/installer/msi/filebot.platform.launcher.l4j.ini index 3eeb82f7..96fdee80 100644 --- a/installer/msi/filebot.platform.launcher.l4j.ini +++ b/installer/msi/filebot.platform.launcher.l4j.ini @@ -16,7 +16,7 @@ # do not use native shell for move/copy operations -DuseNativeShell=false -# use NTFS extended attributes for storing metadata +# do not use NTFS extended attributes for storing metadata -DuseExtendedFileAttributes=false # memory settings diff --git a/installer/portable/FileBot.l4j.ini b/installer/portable/FileBot.l4j.ini index 9f3c2f24..7c3bea9b 100644 --- a/installer/portable/FileBot.l4j.ini +++ b/installer/portable/FileBot.l4j.ini @@ -13,8 +13,8 @@ # do not use native shell for move/copy operations -DuseNativeShell=false -# use NTFS extended attributes for storing metadata --DuseExtendedFileAttributes=true +# do not use NTFS extended attributes for storing metadata +-DuseExtendedFileAttributes=false # memory settings -Xmx256m diff --git a/installer/portable/filebot.cmd b/installer/portable/filebot.cmd new file mode 100644 index 00000000..7c298bca --- /dev/null +++ b/installer/portable/filebot.cmd @@ -0,0 +1,2 @@ +@ECHO OFF +java -Xmx256m -Dapplication.deployment=portable "-Dapplication.dir=%~dp0." "-Duser.home=%~dp0." "-Djava.io.tmpdir=%~dp0temp" "-Djna.library.path=%~dp0." "-Djava.library.path=%~dp0." -Dsun.net.client.defaultConnectTimeout=10000 -Dsun.net.client.defaultReadTimeout=60000 -Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory "-Dnet.sourceforge.tuned.prefs.file=%~dp0prefs.properties" -jar "%~dp0FileBot.jar" %* \ No newline at end of file