mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
Pass on CLI parameters for Cryptomator started as an AppImage or installed from PPA
Fixes #2301
This commit is contained in:
@@ -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
|
||||
2
dist/linux/debian/cryptomator.sh
vendored
2
dist/linux/debian/cryptomator.sh
vendored
@@ -3,4 +3,4 @@
|
||||
# fix for https://github.com/cryptomator/cryptomator/issues/1370
|
||||
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/jni/libjffi-1.2.so
|
||||
|
||||
/usr/lib/cryptomator/bin/cryptomator
|
||||
/usr/lib/cryptomator/bin/cryptomator $@
|
||||
Reference in New Issue
Block a user