1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

# support FILEBOT_OPTS environment variable

This commit is contained in:
Reinhard Pointner 2017-04-09 13:25:40 +08:00
parent b17e71dc38
commit 36412a864d
2 changed files with 4 additions and 4 deletions

View File

@ -34,5 +34,5 @@
# force Application User Model ID for Windows Store # force Application User Model ID for Windows Store
-Dnet.filebot.AppUserModelID=@{microsoft.application.name} -Dnet.filebot.AppUserModelID=@{microsoft.application.name}
# support JAVA_OPTS environment variable # support FILEBOT_OPTS environment variable
%JAVA_OPTS% %FILEBOT_OPTS%

View File

@ -34,5 +34,5 @@
# force Application User Model ID for Windows Store # force Application User Model ID for Windows Store
-Dnet.filebot.AppUserModelID=@{microsoft.application.name} -Dnet.filebot.AppUserModelID=@{microsoft.application.name}
# support JAVA_OPTS environment variable # support FILEBOT_OPTS environment variable
%JAVA_OPTS% %FILEBOT_OPTS%