Skip to content
Snippets Groups Projects
Verified Commit 980386f3 authored by azubieta's avatar azubieta
Browse files

Add pkg version to the desktop entry

parent 6ab03d69
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,9 @@ APPDIR="${PKGNAME}.AppDir"
make
make DESTDIR=${APPDIR} prefix=/usr install
# Set version
echo "X-AppImage-Version=${PKGVER}" >> ${APPDIR}/usr/share/applications/${PKGNAME}.desktop
install -D -m 755 ${APPDIR}/usr/bin/${PKGNAME} ${APPDIR}/AppRun
install -D -m 644 ${APPDIR}/usr/share/applications/${PKGNAME}.desktop ${APPDIR}/${PKGNAME}.desktop
install -D -m 644 ${APPDIR}/usr/share/icons/hicolor/scalable/apps/${PKGNAME}.svg ${APPDIR}/${PKGNAME}.svg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment