cryptomator / cryptomator-linux

Cryptomator .AppImage for Linux
GNU General Public License v3.0
14 stars 7 forks source link

Sign AppImage #32

Closed overheadhunter closed 3 years ago

overheadhunter commented 3 years ago

When building the AppDir, we might want to include a signature:

https://github.com/cryptomator/cryptomator-linux/blob/ca4b776c4c6b041c6e9d2d40578001421307766e/.github/workflows/appimage.yml#L88-L90

This can be done via additional args --sign --sign-key={KEY_ID} --sign-args="--pinentry-mode loopback" (or something similar)