filebot/installer/appx/filebot.launcher.l4j.ini

27 lines
600 B
INI
Raw Normal View History

2018-06-25 06:58:30 -04:00
# Default Java Options
@{java.application.options}
2018-06-25 06:58:30 -04:00
# Default Windows Java Options
@{windows.application.options}
# Default Windows Store Java Options
@{windows.store.application.options}
2018-06-25 06:58:30 -04:00
# Deployment Options
-Dapplication.deployment=appx
-Dapplication.update=skip
2016-09-18 18:16:29 -04:00
2018-06-25 06:58:30 -04:00
# Use Windows Shell for move/copy operations
2016-09-18 18:16:29 -04:00
-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
2016-11-05 13:17:58 -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%