mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-05 00:45:06 -05:00
20 lines
458 B
INI
20 lines
458 B
INI
# Default Java Options
|
|
@{java.application.options}
|
|
|
|
# Default Windows Java Options
|
|
@{windows.application.options}
|
|
|
|
# Deployment Options
|
|
-Dapplication.deployment=appx
|
|
-Dapplication.update=skip
|
|
|
|
# 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%
|