debug-launcher.properties 1.0 KB

123456789101112131415161718
  1. win-console=true
  2. java-options=--enable-preview \
  3. --enable-native-access=org.cryptomator.jfuse.win \
  4. -Xss5m \
  5. -Xmx256m \
  6. -Dcryptomator.appVersion="${SEM_VER_STR}" \
  7. -Dfile.encoding="utf-8" \
  8. -Dcryptomator.logDir="~/AppData/Roaming/${APP_NAME}" \
  9. -Dcryptomator.pluginDir="~/AppData/Roaming/${APP_NAME}/Plugins" \
  10. -Dcryptomator.settingsPath="~/AppData/Roaming/${APP_NAME}/settings.json" \
  11. -Dcryptomator.ipcSocketPath="~/AppData/Roaming/${APP_NAME}/ipc.socket" \
  12. -Dcryptomator.p12Path="~/AppData/Roaming/${APP_NAME}/key.p12" \
  13. -Dcryptomator.mountPointsDir="~/${APP_NAME}" \
  14. -Dcryptomator.loopbackAlias="${LOOPBACK_ALIAS}" \
  15. -Dcryptomator.integrationsWin.autoStartShellLinkName="${APP_NAME}" \
  16. -Dcryptomator.integrationsWin.keychainPaths="~/AppData/Roaming/${APP_NAME}/keychain.json" \
  17. -Dcryptomator.showTrayIcon=true \
  18. -Dcryptomator.buildNumber="msi-${REVISION_NUM}"