mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
17 lines
315 B
INI
17 lines
315 B
INI
# FileBot launch4j runtime config
|
|
-Dapplication.deployment=msi
|
|
-Dfile.encoding=UTF-8
|
|
|
|
# memory settings
|
|
-Xms64m
|
|
-Xmx512m
|
|
|
|
# force english locale
|
|
-Duser.country=US
|
|
-Duser.country.format=US
|
|
-Duser.language=en
|
|
-Duser.language.format=en
|
|
|
|
# force platform L&F
|
|
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
|