mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
25 lines
549 B
INI
25 lines
549 B
INI
# FileBot launch4j runtime config
|
|
-Dapplication.deployment=msi
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
# network settings
|
|
-Djava.net.useSystemProxies=true
|
|
-Dsun.net.client.defaultConnectTimeout=10000
|
|
-Dsun.net.client.defaultReadTimeout=60000
|
|
|
|
# disable analytics
|
|
# -no-analytics
|
|
|
|
# use native shell for move/copy operations
|
|
-DuseNativeShell=true
|
|
|
|
# use NTFS extended attributes for storing metadata
|
|
-DuseExtendedFileAttributes=true
|
|
|
|
# memory settings
|
|
-Xmx256m
|
|
|
|
# look for native libs here
|
|
-Djna.library.path="%EXEDIR%"
|
|
-Djava.library.path="%EXEDIR%"
|