mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 19:51:27 +00:00
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
This commit is contained in:
committed by
GitHub
parent
192f35a9dd
commit
3d0647bce3
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user