From 0c2d1bcc503bdfe233a563bbd9b4745384975d59 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Tue, 18 Jun 2019 00:09:18 +0200 Subject: [PATCH] Embed version information in AppImage --- release-tool | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-tool b/release-tool index 821a1e8c1..aec8ec67e 100755 --- a/release-tool +++ b/release-tool @@ -699,6 +699,10 @@ EOF appimage_name="KeePassXC-${RELEASE_NAME}-x86_64.AppImage" fi + # Allow appimagetool to insert version information into the AppImage to allow + # desktop integration tools to display that in app launchers + export VERSION="${RELEASE_NAME}" + # Run appimagetool to package (and possibly sign) AppImage # --no-appstream is required, since it may crash on newer systems # see: https://github.com/AppImage/AppImageKit/issues/856