mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
34 lines
881 B
INI
34 lines
881 B
INI
# FileBot launch4j runtime config
|
|
-Dapplication.deployment=portable
|
|
-Dapplication.dir="%EXEDIR%"
|
|
-Duser.home="%EXEDIR%"
|
|
|
|
# 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
|
|
|
|
# do not use NTFS extended attributes for storing metadata
|
|
-DuseExtendedFileAttributes=false
|
|
|
|
# memory settings
|
|
-Xmx256m
|
|
|
|
# put all temporary files here
|
|
-Djava.io.tmpdir="%EXEDIR%/temp"
|
|
|
|
# look for native libs here
|
|
-Djna.library.path="%EXEDIR%"
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
# store preferences to text file
|
|
-Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory
|
|
-Dnet.sourceforge.tuned.prefs.file="%EXEDIR%/prefs.properties"
|