AppImageCommunity / libappimage

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

add zstd compression #158

Open hchunhui opened 2 years ago

hchunhui commented 2 years ago

Fixes AppImage/AppImageKit#478

I have add zstd compression for AppImageKit. The final result is at https://github.com/hchunhui/AppImageKit/releases . Now we can run appimagetool with --comp zstd to use zstd compression.

This PR updates libappimage. If it can be merged, I will submit another PR to AppImageKit. It consists of 3 commits:

azubieta commented 2 years ago

I'm not able to compile AppImageKit with the latest libappimage, so the first commit fixes the problem by restoring appimage_get_elf_size previously implemented in libappimage_shared.

This needs to go in a separated PR.

hchunhui commented 2 years ago

@azubieta Thanks! I have opened a separated PR #160 that just includes the first commit.