https://bugs.kde.org/show_bug.cgi?id=264941

--- Comment #7 from probono <prob...@puredarwin.org> ---
Now that there is a MIME type for squashfs files, what is holding this back?

As for type-2 AppImages, these are squashfs files appended to ELF files. So one
needs to parse the ELF header to find out how long the ELF is, and open the
squashfs with the corresponding offset. Let me know if you need more
information on this.

Type-2 AppImage spec:
https://github.com/AppImage/AppImageSpec/blob/master/draft.md#type-2-image-format

Code:
https://github.com/AppImage/libappimage/blob/5d032421aef066e6e1c05b30a8006f0c84a02b71/src/libappimage_shared/elf.c#L120

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to