From 3d0647bce3117e00ef627d2199228f70b5139ff9 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Sat, 18 Jan 2025 12:18:25 +0100 Subject: [PATCH] fix appimage build (#3686) * remove unsupported parameter `--sign-args` apparently no longer wanted, despite being documented, see https://github.com/AppImage/appimagetool/issues/39 * add usr/share/metainfo/Cryptomator.appdata.xml * appimagetool fails when adding AppStream metadata see https://github.com/AppImage/AppImageKit/issues/603 --- .github/workflows/appimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 16a33b8ee..c7a60437b 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -153,7 +153,7 @@ jobs: run: > ./squashfs-root/AppRun Cryptomator.AppDir cryptomator-${{ needs.get-version.outputs.semVerStr }}-${{ matrix.appimage-suffix }}.AppImage -u 'gh-releases-zsync|cryptomator|cryptomator|latest|cryptomator-*-${{ matrix.appimage-suffix }}.AppImage.zsync' - --sign --sign-key=615D449FE6E6A235 --sign-args="--batch --pinentry-mode loopback" + --sign --sign-key=615D449FE6E6A235 - name: Create detached GPG signatures run: | gpg --batch --quiet --passphrase-fd 0 --pinentry-mode loopback -u 615D449FE6E6A235 --detach-sign -a cryptomator-*.AppImage