filebot/installer/msi/filebot.l4j.ini

35 lines
861 B
INI

# FileBot launch4j runtime config
-Dapplication.dir="%APPDATA%\FileBot"
-Dapplication.deployment=msi
# put all temporary files here
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
# network settings
-Djava.net.useSystemProxies=true
# use Java API move/copy operations
-DuseNativeShell=false
# use NTFS extended attributes for storing metadata
-DuseExtendedFileAttributes=true
-DuseCreationDate=false
# 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"
# make sure to use the bundled JNA library
-Djna.nosys=true
-Djna.nounpack=true
# support JAVA_OPTS environment variable
%JAVA_OPTS%
# support FILEBOT_OPTS environment variable
%FILEBOT_OPTS%