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

19 lines
431 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}
2018-06-25 06:58:30 -04:00
# Deployment Options
-Dapplication.deployment=msi
2018-06-25 06:58:30 -04:00
# Use Windows Shell for move/copy operations
-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
2018-06-25 06:58:30 -04:00
# Support JAVA_OPTS and FILEBOT_OPTS environment variables
%JAVA_OPTS%
%FILEBOT_OPTS%