fixing path, fixing variable

This commit is contained in:
Sebastian Stenzel
2021-07-22 08:42:07 +02:00
parent aa7a4dbda9
commit c7c910f738
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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 \