filebot/installer/portable/filebot.portable.launcher.l...

43 lines
1.1 KiB
INI
Raw Normal View History

2011-12-28 13:51:36 +00:00
# FileBot launch4j runtime config
2016-11-27 14:02:22 +00:00
-Dapplication.dir="%EXEDIR%\data"
2011-12-28 13:51:36 +00:00
-Dapplication.deployment=portable
2016-11-27 14:02:22 +00:00
-Duser.home="%EXEDIR%\data"
-Djava.io.tmpdir="%EXEDIR%\data\tmp"
2011-12-28 13:51:36 +00:00
# network settings
-Djava.net.useSystemProxies=false
2012-03-17 18:54:44 +00:00
2016-11-27 14:02:22 +00:00
# use Windows Shell for move/copy operations
2012-10-15 12:10:36 +00:00
-DuseNativeShell=false
2016-11-27 14:02:22 +00:00
# use NTFS extended attributes for storing metadata
2014-04-02 07:57:45 +00:00
-DuseExtendedFileAttributes=true
2014-01-26 03:51:47 +00:00
-DuseCreationDate=false
2016-11-27 14:02:22 +00:00
# look for executables in the application folder
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
2016-11-27 14:02:22 +00:00
# look for native libraries in the application folder
-Djna.library.path="%EXEDIR%"
2016-11-27 14:02:22 +00:00
-Djna.boot.library.path="%EXEDIR%"
-Djava.library.path="%EXEDIR%"
2016-11-27 14:02:22 +00:00
# make sure to use the bundled JNA library
-Djna.nosys=true
2016-11-27 14:02:22 +00:00
-Djna.nounpack=true
2017-08-20 08:05:47 +00:00
# disable HW acceleration
-Dsun.java2d.d3d=false
-Dprism.order=sw
2016-11-27 14:02:22 +00:00
# store preferences in properties file
-Djava.util.prefs.PreferencesFactory=net.filebot.util.prefs.FilePreferencesFactory
2016-11-27 14:02:22 +00:00
-Dnet.filebot.util.prefs.file="%EXEDIR%\data\prefs.properties"
# support JAVA_OPTS environment variable
%JAVA_OPTS%
# support FILEBOT_OPTS environment variable
%FILEBOT_OPTS%