1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

Actually fix appimage signing.

This commit is contained in:
Brenden Matthews 2019-02-22 19:24:30 -05:00
parent 31a0096879
commit 1a932bd736
No known key found for this signature in database
GPG Key ID: 1D7EDBF64E428281

View File

@ -46,7 +46,12 @@ chmod +x linuxdeploy-x86_64.AppImage
-e AppDir/usr/bin/conky \
-i AppDir/usr/share/icons/hicolor/scalable/apps/conky-logomark-violet.svg \
-d AppDir/usr/share/applications/conky.desktop \
--sign \
--output appimage
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x appimagetool-x86_64.AppImag
./appimagetool-x86_64.AppImag conky*.AppImage --sign
mv conky*.AppImage "$OLD_CWD"