1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 14:31:04 -04:00
filebot/installer/msi/filebot.platform.launcher.l4j.ini

42 lines
868 B
INI
Raw Normal View History

2018-06-25 17:58:30 +07:00
# Default Java Options
2018-06-09 14:27:03 +07:00
@{java.application.options}
2018-06-25 17:58:30 +07:00
# Default Windows Java Options
@{windows.application.options}
# Deployment Options
-Dapplication.deployment=msi
# Use Java API move/copy operations
-DuseNativeShell=false
# Use Windows Explorer default DnD file order
-Dnet.filebot.dnd.sort=false
2018-06-25 17:58:30 +07:00
# Improved parallel processing
-DthreadPool=64
2018-06-25 17:58:30 +07:00
# Do not use NTFS extended attributes
-DuseExtendedFileAttributes=false
2018-06-25 17:58:30 +07:00
# Use Apache VFS to extract archives
-Dnet.filebot.Archive.extractor=ApacheVFS
2018-06-25 17:58:30 +07:00
# Use Nimbus LaF
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
2018-06-25 17:58:30 +07:00
# 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
2018-06-25 17:58:30 +07:00
# Disable HW acceleration
-Dsun.java2d.d3d=false
-Dprism.order=sw
2018-06-25 17:58:30 +07:00
# Support JAVA_OPTS and FILEBOT_OPTS environment variables
%JAVA_OPTS%
%FILEBOT_OPTS%