filebot/installer/appx/filebot.l4j.ini

31 lines
841 B
INI
Raw Normal View History

# FileBot launch4j runtime config
-Dapplication.deployment=appx
-Dapplication.dir="%APPDATA%\FileBot"
# put all temporary files here
2016-11-05 13:17:58 -04:00
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
# network settings
-Djava.net.useSystemProxies=true
2016-11-05 13:17:58 -04:00
# use Java API move/copy operations
2016-11-04 16:19:30 -04:00
-DuseNativeShell=false
# use NTFS extended attributes for storing metadata
-DuseExtendedFileAttributes=true
-DuseCreationDate=false
2016-11-05 13:17:58 -04: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%"
2016-11-05 13:17:58 -04:00
# reduce default logging
-Djava.util.logging.config.file="%EXEDIR%\logging.properties"
# force Application User Model ID for Windows Store
-Dnet.filebot.AppUserModelID=PointPlanck.FileBot