2016-09-19 21:26:12 +00:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
2016-11-07 07:04:31 +00:00
|
|
|
-Dapplication.deployment=appx
|
|
|
|
-Dapplication.update=skip
|
2016-09-19 21:26:12 +00:00
|
|
|
|
|
|
|
# put all temporary files here
|
2016-11-05 17:17:58 +00:00
|
|
|
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
|
2016-09-19 21:26:12 +00:00
|
|
|
|
|
|
|
# network settings
|
|
|
|
-Djava.net.useSystemProxies=true
|
|
|
|
|
2016-11-05 17:17:58 +00:00
|
|
|
# use Java API move/copy operations
|
2016-11-04 20:19:30 +00:00
|
|
|
-DuseNativeShell=false
|
|
|
|
|
2016-09-19 21:26:12 +00:00
|
|
|
# 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
|
2016-09-19 21:26:12 +00:00
|
|
|
-Djna.library.path="%EXEDIR%"
|
|
|
|
-Djna.boot.library.path="%EXEDIR%"
|
|
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
|
2016-11-07 07:04:31 +00:00
|
|
|
# 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"
|
2016-10-21 18:35:48 +00:00
|
|
|
|
|
|
|
# force Application User Model ID for Windows Store
|
2016-11-16 22:45:16 +00:00
|
|
|
-Dnet.filebot.AppUserModelID=@{microsoft.application.name}
|