Browse Source

fixing path, fixing variable

Sebastian Stenzel 4 years ago
parent
commit
c7c910f738
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      dist/appimage/resources/AppDir/bin/cryptomator.sh

+ 1 - 1
.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

+ 1 - 1
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 \