I can’t run AppImageTool with the --sign option from Jenkins: it requires a password for the certificate.
If it were possible to add gpg options for signing with the new --gpg-opt option, you could do this:
appimagetool appdir app.AppImage --sign --gpg-opt --batch --gpg-opt --pinentry-mode=loopback --gpg-opt --passphrase-file=secret-file-password
I can’t run AppImageTool with the --sign option from Jenkins: it requires a password for the certificate.
If it were possible to add gpg options for signing with the new --gpg-opt option, you could do this:
appimagetool appdir app.AppImage --sign --gpg-opt --batch --gpg-opt --pinentry-mode=loopback --gpg-opt --passphrase-file=secret-file-password