azubieta / AppImageInfo

Extracts metadata from a given AppImage.
GNU General Public License v3.0
4 stars 2 forks source link

AppImage architecture detection #9

Closed azubieta closed 5 years ago

azubieta commented 5 years ago

appimage-info relies on libbfd from binutils to guess the architecture of the AppImage files. As the list of architectures is quite long (enough to fill 50MiB) we will only support the "most common" ones. If you find that your AppImage file architecture is not being properly guessed. Please fill a bug providing a download link for further testing.

azubieta commented 5 years ago

Libbfd usage was dropped therefore this issue is pointless