mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-20 06:06:02 +00:00
fixing path, fixing variable
This commit is contained in:
@@ -222,7 +222,7 @@ jobs:
|
||||
linux-appimage:
|
||||
name: Build AppImage
|
||||
runs-on: ubuntu-latest
|
||||
needs: [appdir]
|
||||
needs: [appdir, metadata]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Download appdir-linux
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ if [ "$GTK2_PRESENT" -eq 0 ] && [ "$GTK3_PRESENT" -ne 0 ]; then
|
||||
fi
|
||||
|
||||
# workaround for https://github.com/cryptomator/cryptomator-linux/issues/27
|
||||
export LD_PRELOAD=libs/libjffi.so
|
||||
export LD_PRELOAD=lib/app/libjffi.so
|
||||
|
||||
# start Cryptomator
|
||||
./lib/runtime/bin/java \
|
||||
|
||||
Reference in New Issue
Block a user