filebot/installer/msi/filebot.launcher.l4j.ini

19 lines
431 B
INI

# Default Java Options
@{java.application.options}
# Default Windows Java Options
@{windows.application.options}
# Deployment Options
-Dapplication.deployment=msi
# Use Windows Shell for move/copy operations
-DuseNativeShell=true
# Force alphanumeric sort order to work around Windows Explorer DnD peculiarities
-Dnet.filebot.dnd.sort=true
# Support JAVA_OPTS and FILEBOT_OPTS environment variables
%JAVA_OPTS%
%FILEBOT_OPTS%