123456789101112131415161718 |
- 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}"
|