1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 14:31:04 -04:00
filebot/installer/msi/filebot.l4j.ini

16 lines
312 B
INI
Raw Normal View History

2018-06-25 17:58:30 +07:00
# Default Java Options
2018-06-09 14:27:03 +07:00
@{java.application.options}
2018-06-25 17:58:30 +07:00
# Default Windows Java Options
@{windows.application.options}
2018-06-25 17:58:30 +07:00
# Deployment Options
-Dapplication.deployment=msi
2018-06-25 17:58:30 +07:00
# Use Java API move/copy operations
2016-11-06 01:17:58 +08:00
-DuseNativeShell=false
2018-06-25 17:58:30 +07:00
# Support JAVA_OPTS and FILEBOT_OPTS environment variables
%JAVA_OPTS%
%FILEBOT_OPTS%