AppImageCommunity / libappimage

Implements functionality for dealing with AppImage files
https://appimage.org
Other
46 stars 29 forks source link

Make it possible to find out libappimage version #113

Closed probonopd closed 5 years ago

probonopd commented 5 years ago

How can I find out, by inspecting the binaries, which version of libappimage this contains?

me@host:~$ '/home/me/Downloads/appimaged-x86_64.AppImage' --version
+appimaged, continuous build (commit 334ff48), build 143 built on 2019-05-10 05:55:51 UTC

If would be good if the version was somewhere built into libappimage (e.g., as a string that is shown in verbose mode) so that one can easily find out.

TheAssassin commented 5 years ago

Duplicate of #97.