Skip to content

Commit

Permalink
Use appimagetool to generate final appimage.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Feb 23, 2019
1 parent 79383ab commit 89316a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appimage/build.sh
Expand Up @@ -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"

0 comments on commit 89316a6

Please sign in to comment.