1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/msi/filebot.launcher.l4j.ini
2018-06-25 17:58:30 +07:00

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%