1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-11 03:45:06 -05:00
filebot/installer/appx/filebot.l4j.ini
2018-06-09 23:46:14 +07:00

35 lines
822 B
INI

# default java options
@{java.application.options}
# deployment options
-Dapplication.dir="%APPDATA%\FileBot"
-Dapplication.deployment=appx
-Dapplication.update=skip
# put all temporary files here
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
# use Java API move/copy operations
-DuseNativeShell=false
# 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%"
# disable HW acceleration
-Dsun.java2d.d3d=false
-Dprism.order=sw
# reduce default logging
-Djava.util.logging.config.file="%EXEDIR%\logging.properties"
# support JAVA_OPTS environment variable
%JAVA_OPTS%
# support FILEBOT_OPTS environment variable
%FILEBOT_OPTS%