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}
|
2013-11-22 03:28:17 -05:00
|
|
|
|
2018-06-25 06:58:30 -04:00
|
|
|
# Deployment Options
|
|
|
|
-Dapplication.deployment=msi
|
2012-07-07 04:19:00 -04:00
|
|
|
|
2018-06-25 06:58:30 -04:00
|
|
|
# Use Windows Shell for move/copy operations
|
2012-07-17 16:52:03 -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
|
|
|
|
2018-06-25 06:58:30 -04:00
|
|
|
# Support JAVA_OPTS and FILEBOT_OPTS environment variables
|
2017-03-07 12:20:16 -05:00
|
|
|
%JAVA_OPTS%
|
2017-04-09 05:17:01 -04:00
|
|
|
%FILEBOT_OPTS%
|