mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-25 17:28:51 -05:00
6963eb41eb
* don't create auto-create folders when not necessary * manually set java/jna.library.path to make sure it's in the install folder
25 lines
509 B
INI
25 lines
509 B
INI
# FileBot launch4j runtime config
|
|
-Dapplication.deployment=msi
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
# proxy settings
|
|
# -Dhttp.proxyHost=localhost
|
|
# -Dhttp.proxyPort=8888
|
|
|
|
# disable analytics
|
|
# -no-analytics
|
|
|
|
# use native shell for move/copy operations
|
|
-DuseNativeShell=true
|
|
|
|
# memory settings
|
|
-Xmx256m
|
|
|
|
# http connection timeouts
|
|
-Dsun.net.client.defaultConnectTimeout=5000
|
|
-Dsun.net.client.defaultReadTimeout=25000
|
|
|
|
# look for native libs here
|
|
-Djna.library.path="%EXEDIR%"
|
|
-Djava.library.path="%EXEDIR%"
|