Skip to content
Snippets Groups Projects
Commit 59f065ca authored by azubieta's avatar azubieta
Browse files

Merge branch 'add_version_to_the_launcher_entry' into 'master'

Add pkg version to the desktop entry

See merge request !20
parents 6ab03d69 980386f3
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