From c7c910f738b9f75d2427ce67aa3788d9c660a817 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Thu, 22 Jul 2021 08:42:07 +0200 Subject: [PATCH] fixing path, fixing variable --- .github/workflows/build.yml | 2 +- dist/appimage/resources/AppDir/bin/cryptomator.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c24abf61..05fcb4ad6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/dist/appimage/resources/AppDir/bin/cryptomator.sh b/dist/appimage/resources/AppDir/bin/cryptomator.sh index 7a7d77cc1..fa86a2c30 100755 --- a/dist/appimage/resources/AppDir/bin/cryptomator.sh +++ b/dist/appimage/resources/AppDir/bin/cryptomator.sh @@ -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 \