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

29 lines
534 B
INI
Raw Normal View History

# FileBot launch4j runtime config
-Dapplication.deployment=msi
2011-12-28 13:51:36 +00:00
-Dapplication.dir="%APPDATA%\FileBot"
# FileBot system properties
-DthreadPool=8
-Dunixfs=false
# proxy settings
# -Dhttp.proxyHost=localhost
# -Dhttp.proxyPort=8888
# memory settings
-Xms64m
-Xmx512m
# 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