replace/substitute variables in debug launcher

This commit is contained in:
Armin Schrenk
2023-02-06 12:15:03 +01:00
parent cf9663fc26
commit 1102f73680
4 changed files with 18 additions and 5 deletions
@@ -3,7 +3,7 @@ java-options=--enable-preview \
--enable-native-access=org.cryptomator.jfuse.win \
-Xss5m \
-Xmx256m \
-Dcryptomator.appVersion="$semVerNo" \
-Dcryptomator.appVersion="${SEM_VER_STR}" \
-Dfile.encoding="utf-8" \
-Dcryptomator.logDir="~/AppData/Roaming/$AppName" \
-Dcryptomator.pluginDir="~/AppData/Roaming/$AppName/Plugins" \
@@ -15,5 +15,5 @@ java-options=--enable-preview \
-Dcryptomator.integrationsWin.autoStartShellLinkName="$AppName" \
-Dcryptomator.integrationsWin.keychainPaths="~/AppData/Roaming/$AppName/keychain.json" \
-Dcryptomator.showTrayIcon=true \
-Dcryptomator.buildNumber="msi-$revisionNo" \
-Dcryptomator.buildNumber="msi-${REVISION_NUM}" \
-Djavafx.verbose=true