1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/msi/filebot.platform.launcher.l4j.ini

42 lines
911 B
INI
Raw Normal View History

2018-06-25 06:58:30 -04:00
# Default Java Options
2018-06-09 03:27:03 -04:00
@{java.application.options}
2018-06-25 06:58:30 -04:00
# Default Windows Java Options
@{windows.application.options}
# Deployment Options
-Dapplication.deployment=msi
2018-06-25 06:58:30 -04:00
# Use Windows Shell for move/copy operations
-DuseNativeShell=true
2018-06-25 06:58:30 -04:00
# Force alphanumeric sort order to work around Windows Explorer DnD peculiarities
-Dnet.filebot.dnd.sort=true
2018-06-25 06:58:30 -04:00
# Improved parallel processing
-DthreadPool=64
2018-06-25 06:58:30 -04:00
# Do not use NTFS extended attributes
-DuseExtendedFileAttributes=false
2018-06-25 06:58:30 -04:00
# Use Apache VFS to extract archives
-Dnet.filebot.Archive.extractor=ApacheVFS
2018-06-25 06:58:30 -04:00
# Use Nimbus LaF
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
2018-06-25 06:58:30 -04:00
# Force English Locale
2011-12-28 08:51:36 -05:00
-Dfile.encoding=UTF-8
-Duser.country=US
-Duser.country.format=US
-Duser.language=en
-Duser.language.format=en
2018-06-25 06:58:30 -04:00
# Disable HW acceleration
-Dsun.java2d.d3d=false
-Dprism.order=sw
2018-06-25 06:58:30 -04:00
# Support JAVA_OPTS and FILEBOT_OPTS environment variables
%JAVA_OPTS%
%FILEBOT_OPTS%