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

43 lines
880 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
# Use Java API move/copy operations
-DuseNativeShell=false
# Use Windows Explorer default DnD file order
-Dnet.filebot.dnd.sort=false
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
2019-02-28 15:23:27 -05:00
-Dnet.filebot.archive.extractor=ApacheVFS
2019-02-25 08:06:12 -05:00
# Use Darcula LaF
-Dnet.filebot.theme=Darcula
-Dnet.filebot.UserFiles.fileChooser=JavaFX
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%