Changed cryptomator.mountPointsDir-property in Windows Configs

Changed cryptomator.mountPointsDir-property in Windows Configs from "~/Mount" to "~/Cryptomator
This commit is contained in:
JaniruTEC
2020-08-03 21:22:22 +02:00
parent 32a810fe1d
commit 51f7d74e4a
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@ java ^
-Dcryptomator.settingsPath="~/AppData/Roaming/Cryptomator/settings.json" ^
-Dcryptomator.ipcPortPath="~/AppData/Roaming/Cryptomator/ipcPort.bin" ^
-Dcryptomator.logDir="~/AppData/Roaming/Cryptomator" ^
-Dcryptomator.mountPointsDir="~/Mount" ^
-Dcryptomator.mountPointsDir="~/Cryptomator" ^
-Dcryptomator.keychainPath="~/AppData/Roaming/Cryptomator/keychain.json" ^
-Xss20m ^
-Xmx512m ^