mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Embed version information in AppImage
This commit is contained in:
parent
04360ed552
commit
0c2d1bcc50
1 changed files with 4 additions and 0 deletions
|
@ -699,6 +699,10 @@ EOF
|
||||||
appimage_name="KeePassXC-${RELEASE_NAME}-x86_64.AppImage"
|
appimage_name="KeePassXC-${RELEASE_NAME}-x86_64.AppImage"
|
||||||
fi
|
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
|
# Run appimagetool to package (and possibly sign) AppImage
|
||||||
# --no-appstream is required, since it may crash on newer systems
|
# --no-appstream is required, since it may crash on newer systems
|
||||||
# see: https://github.com/AppImage/AppImageKit/issues/856
|
# see: https://github.com/AppImage/AppImageKit/issues/856
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue