mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 03:45:06 -05:00
31 lines
741 B
INI
31 lines
741 B
INI
# default java options
|
|
@{java.application.options}
|
|
|
|
# deployment options
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
-Dapplication.deployment=msi
|
|
-Dapplication.help=show
|
|
|
|
# put all temporary files here
|
|
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
|
|
|
|
# network settings
|
|
-Djava.net.useSystemProxies=true
|
|
|
|
# use Windows Shell for move/copy operations
|
|
-DuseNativeShell=true
|
|
|
|
# look for executables in the application folder
|
|
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\lib\fpcalc.exe"
|
|
|
|
# look for native libraries in the application folder
|
|
-Djna.library.path="%EXEDIR%\lib"
|
|
-Djna.boot.library.path="%EXEDIR%\lib"
|
|
-Djava.library.path="%EXEDIR%\lib"
|
|
|
|
# support JAVA_OPTS environment variable
|
|
%JAVA_OPTS%
|
|
|
|
# support FILEBOT_OPTS environment variable
|
|
%FILEBOT_OPTS%
|