From 1b693dfa14dbabd17f8b2d398a4c926918f8d307 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 8 Mar 2017 01:20:16 +0800 Subject: [PATCH] # support JAVA_OPTS environment variable --- installer/appx/filebot.l4j.ini | 3 +++ installer/appx/filebot.launcher.l4j.ini | 3 +++ installer/msi/filebot.l4j.ini | 3 +++ installer/msi/filebot.launcher.l4j.ini | 3 +++ installer/msi/filebot.platform.launcher.l4j.ini | 3 +++ installer/portable/filebot.portable.launcher.l4j.ini | 3 +++ 6 files changed, 18 insertions(+) diff --git a/installer/appx/filebot.l4j.ini b/installer/appx/filebot.l4j.ini index 57334417..7196efc7 100644 --- a/installer/appx/filebot.l4j.ini +++ b/installer/appx/filebot.l4j.ini @@ -33,3 +33,6 @@ # force Application User Model ID for Windows Store -Dnet.filebot.AppUserModelID=@{microsoft.application.name} + +# support JAVA_OPTS environment variable +%JAVA_OPTS% diff --git a/installer/appx/filebot.launcher.l4j.ini b/installer/appx/filebot.launcher.l4j.ini index 1202e1d2..386a169a 100644 --- a/installer/appx/filebot.launcher.l4j.ini +++ b/installer/appx/filebot.launcher.l4j.ini @@ -33,3 +33,6 @@ # force Application User Model ID for Windows Store -Dnet.filebot.AppUserModelID=@{microsoft.application.name} + +# support JAVA_OPTS environment variable +%JAVA_OPTS% diff --git a/installer/msi/filebot.l4j.ini b/installer/msi/filebot.l4j.ini index 9bf460da..cfc1e192 100644 --- a/installer/msi/filebot.l4j.ini +++ b/installer/msi/filebot.l4j.ini @@ -29,3 +29,6 @@ # reduce default logging -Djava.util.logging.config.file="%EXEDIR%\logging.properties" + +# support JAVA_OPTS environment variable +%JAVA_OPTS% diff --git a/installer/msi/filebot.launcher.l4j.ini b/installer/msi/filebot.launcher.l4j.ini index 9cf4c7ac..0c886565 100644 --- a/installer/msi/filebot.launcher.l4j.ini +++ b/installer/msi/filebot.launcher.l4j.ini @@ -29,3 +29,6 @@ # reduce default logging -Djava.util.logging.config.file="%EXEDIR%\logging.properties" + +# support JAVA_OPTS environment variable +%JAVA_OPTS% diff --git a/installer/msi/filebot.platform.launcher.l4j.ini b/installer/msi/filebot.platform.launcher.l4j.ini index 2c8a7904..57958403 100644 --- a/installer/msi/filebot.platform.launcher.l4j.ini +++ b/installer/msi/filebot.platform.launcher.l4j.ini @@ -52,3 +52,6 @@ # force HTTP for OpenSubtitles API calls (useful for debugging requests with Fiddler) -Dnet.filebot.OpenSubtitlesXmlRpc.url="http://api.opensubtitles.org/xml-rpc" + +# support JAVA_OPTS environment variable +%JAVA_OPTS% diff --git a/installer/portable/filebot.portable.launcher.l4j.ini b/installer/portable/filebot.portable.launcher.l4j.ini index 315edf69..b966be23 100644 --- a/installer/portable/filebot.portable.launcher.l4j.ini +++ b/installer/portable/filebot.portable.launcher.l4j.ini @@ -30,3 +30,6 @@ # store preferences in properties file -Djava.util.prefs.PreferencesFactory=net.filebot.util.prefs.FilePreferencesFactory -Dnet.filebot.util.prefs.file="%EXEDIR%\data\prefs.properties" + +# support JAVA_OPTS environment variable +%JAVA_OPTS%