Merge pull request #1326 from TheShellLand/linux-libs

allows running launcher-linux.sh from any path
This commit is contained in:
Tobias Hagemann
2020-09-15 09:28:04 +02:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
#!/bin/sh
cd $(dirname $0)
java \
-cp "libs/*" \
-Dcryptomator.settingsPath="~/.config/Cryptomator/settings.json" \