Files
cryptomator/dist/win/resources/debug-launcher.properties
T
Armin Schrenk 641066ea07 Several fixes:
* substitute all java-options
* use correct properties path
* fix read-only attribute of debug launcher
2023-02-06 13:55:40 +01:00

18 lines
1.0 KiB
Properties

win-console=true
java-options=--enable-preview \
--enable-native-access=org.cryptomator.jfuse.win \
-Xss5m \
-Xmx256m \
-Dcryptomator.appVersion="${SEM_VER_STR}" \
-Dfile.encoding="utf-8" \
-Dcryptomator.logDir="~/AppData/Roaming/${APP_NAME}" \
-Dcryptomator.pluginDir="~/AppData/Roaming/${APP_NAME}/Plugins" \
-Dcryptomator.settingsPath="~/AppData/Roaming/${APP_NAME}/settings.json" \
-Dcryptomator.ipcSocketPath="~/AppData/Roaming/${APP_NAME}/ipc.socket" \
-Dcryptomator.p12Path="~/AppData/Roaming/${APP_NAME}/key.p12" \
-Dcryptomator.mountPointsDir="~/${APP_NAME}" \
-Dcryptomator.loopbackAlias="${LOOPBACK_ALIAS}" \
-Dcryptomator.integrationsWin.autoStartShellLinkName="${APP_NAME}" \
-Dcryptomator.integrationsWin.keychainPaths="~/AppData/Roaming/${APP_NAME}/keychain.json" \
-Dcryptomator.showTrayIcon=true \
-Dcryptomator.buildNumber="msi-${REVISION_NUM}"