Pass on CLI parameters for Cryptomator started as an AppImage or installed from PPA

Fixes #2301
This commit is contained in:
Ralph Plawetzki
2022-08-01 18:17:41 +02:00
parent 47f2d423b9
commit 8290df9ea6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ fi
export LD_PRELOAD=lib/app/libjffi.so
if [ "$GTK2_PRESENT" -eq 0 ] && [ "$GTK3_PRESENT" -ne 0 ]; then
bin/Cryptomator-gtk2
bin/Cryptomator-gtk2 $@
else
bin/Cryptomator
bin/Cryptomator $@
fi