diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1668483d5..4aadb3311 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -215,11 +215,11 @@ jobs: # -# Linux AppImage +# Linux Cryptomator.AppImage # linux-appimage: - name: Build AppImage + name: Build Cryptomator.AppImage runs-on: ubuntu-latest needs: [appdir, metadata] steps: diff --git a/dist/linux/appimage/build.sh b/dist/linux/appimage/build.sh index 8dca4b213..9fdac661a 100755 --- a/dist/linux/appimage/build.sh +++ b/dist/linux/appimage/build.sh @@ -43,11 +43,11 @@ ${JAVA_HOME}/bin/jpackage \ --java-options "-Dcryptomator.mountPointsDir=\"~/.local/share/Cryptomator/mnt\"" \ --java-options "-Dcryptomator.showTrayIcon=false" \ --java-options "-Dcryptomator.buildNumber=\"appimage-${{ needs.metadata.outputs.revNum }}\"" \ - --resource-dir ../appdir/linux/resources + --resource-dir ../resources # transform AppDir mv Cryptomator Cryptomator.AppDir -cp -r dist/appimage/resources/AppDir/* Cryptomator.AppDir/ +cp -r dist/linux/appimage/resources/AppDir/* Cryptomator.AppDir/ chmod +x Cryptomator.AppDir/lib/runtime/bin/java envsubst '${REVISION_NO}' < resources/AppDir/bin/cryptomator.sh > Cryptomator.AppDir/bin/cryptomator.sh ln -s usr/share/icons/hicolor/scalable/apps/org.cryptomator.Cryptomator.svg Cryptomator.AppDir/org.cryptomator.Cryptomator.svg