filebot/installer/msi/filebot.launcher.l4j.ini

32 lines
827 B
INI
Raw Normal View History

2011-12-28 13:51:36 +00:00
# FileBot launch4j runtime config
-Dapplication.dir="%APPDATA%\FileBot"
-Dapplication.deployment=msi
2011-12-28 13:51:36 +00:00
# put all temporary files here
2016-11-05 17:17:58 +00:00
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
# network settings
-Djava.net.useSystemProxies=true
2016-11-05 17:17:58 +00:00
# use Windows Shell for move/copy operations
-DuseNativeShell=true
# use NTFS extended attributes for storing metadata
-DuseExtendedFileAttributes=true
-DuseCreationDate=false
2016-11-05 17:17:58 +00:00
# look for executables in the application folder
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
# look for native libraries in the application folder
-Djna.library.path="%EXEDIR%"
-Djna.boot.library.path="%EXEDIR%"
-Djava.library.path="%EXEDIR%"
# make sure to use the bundled JNA library
-Djna.nosys=true
-Djna.nounpack=true
2016-11-05 17:17:58 +00:00
# reduce default logging
-Djava.util.logging.config.file="%EXEDIR%\logging.properties"