filebot/installer/portable/FileBot.l4j.ini

32 lines
843 B
INI
Raw Normal View History

2011-12-28 13:51:36 +00:00
# FileBot launch4j runtime config
-Dapplication.deployment=portable
-Dapplication.dir="%EXEDIR%"
-Duser.home="%EXEDIR%"
# network settings
-Djava.net.useSystemProxies=false
2012-03-17 18:54:44 +00:00
2012-10-15 12:10:36 +00:00
# do not use native shell for move/copy operations
-DuseNativeShell=false
2012-11-04 02:10:27 +00:00
# do not 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
# put all temporary files here
-Djava.io.tmpdir="%EXEDIR%\temp"
# look for native libs here
-Djna.library.path="%EXEDIR%"
-Djava.library.path="%EXEDIR%"
# do not use any JNA libs that are already installed
-Djna.nosys=true
# look for fpcalc here
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
2011-12-28 13:51:36 +00:00
# store preferences to text file
-Djava.util.prefs.PreferencesFactory=net.filebot.util.prefs.FilePreferencesFactory
-Dnet.filebot.util.prefs.file="%EXEDIR%\prefs.properties"