mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-20 06:54:16 +00:00
replace/substitute variables in debug launcher
This commit is contained in:
+2
-2
@@ -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
|
||||
Reference in New Issue
Block a user