1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 05:29:11 +00:00

Use appimagetool to generate final appimage.

This commit is contained in:
Brenden Matthews 2019-02-22 21:12:15 -05:00
parent 79383ab7fa
commit 89316a620f
No known key found for this signature in database
GPG Key ID: 1D7EDBF64E428281

View File

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