mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-02 06:07:04 +00:00
* substitute all java-options * use correct properties path * fix read-only attribute of debug launcher
18 lines
1.0 KiB
Properties
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}" |