filebot/installer/msi/filebot.platform.launcher.l...

51 lines
1.2 KiB
INI
Raw Normal View History

# FileBot launch4j runtime config
-Dapplication.deployment=msi
2011-12-28 13:51:36 +00:00
-Dapplication.dir="%APPDATA%\FileBot"
# put all temporary files here
-Djava.io.tmpdir="%APPDATA%\FileBot\temp"
# FileBot system properties
2014-04-15 04:25:27 +00:00
-DthreadPool=16
-Dunixfs=false
# FileBot feature settings
-Dapplication.warmup=false
-Dapplication.analytics=true
# network settings
-Djava.net.useSystemProxies=true
-Dsun.net.client.defaultConnectTimeout=10000
-Dsun.net.client.defaultReadTimeout=60000
# do not use native shell for move/copy operations
-DuseNativeShell=false
2014-04-02 07:57:45 +00:00
# use NTFS extended attributes for storing metadata
-DuseExtendedFileAttributes=true
-DuseCreationDate=false
# look for native libs here
-Djna.library.path="%EXEDIR%"
-Djna.boot.library.path="%EXEDIR%"
-Djava.library.path="%EXEDIR%"
# look for fpcalc here
-Dnet.sourceforge.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
# force english locale
2011-12-28 13:51:36 +00:00
-Dfile.encoding=UTF-8
-Duser.country=US
-Duser.country.format=US
-Duser.language=en
-Duser.language.format=en
# disable HW acceleration
-Dsun.java2d.d3d=false
# force platform L&F
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
# boost application startup speed
-XX:+TieredCompilation