1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 18:15:17 +00:00

Specify appimage signing key ID.

This commit is contained in:
Brenden Matthews 2019-02-22 20:58:17 -05:00
parent 9d5bc64c23
commit 79383ab7fa
No known key found for this signature in database
GPG Key ID: 1D7EDBF64E428281

View File

@ -52,6 +52,6 @@ wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appima
chmod +x appimagetool-x86_64.AppImage
./appimagetool-x86_64.AppImage conky*.AppImage --sign
./appimagetool-x86_64.AppImage conky*.AppImage --sign --sign-key E3034071
mv conky*.AppImage "$OLD_CWD"