mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-23 12:09:45 +00:00
12 lines
463 B
Batchfile
12 lines
463 B
Batchfile
@echo off
|
|
java ^
|
|
-p "mods" ^
|
|
-cp "libs/*" ^
|
|
-Dcryptomator.settingsPath="~/AppData/Roaming/Cryptomator/settings.json" ^
|
|
-Dcryptomator.ipcSocketPath="~/AppData/Roaming/Cryptomator/ipc.socket" ^
|
|
-Dcryptomator.logDir="~/AppData/Roaming/Cryptomator" ^
|
|
-Dcryptomator.mountPointsDir="~/Cryptomator" ^
|
|
-Dcryptomator.keychainPath="~/AppData/Roaming/Cryptomator/keychain.json" ^
|
|
-Xss20m ^
|
|
-Xmx512m ^
|
|
-m org.cryptomator.desktop/org.cryptomator.launcher.Cryptomator |