AppImage / appimagetool

A low-level tool to generate an AppImage from an existing AppDir
96 stars 16 forks source link

Static desktop-file-validate and zsyncmake #47

Open probonopd opened 6 months ago

probonopd commented 6 months ago

Build static desktop-file-validate and zsyncmake similar to what we are already doing for mksquashfs.

Closes #9

probonopd commented 6 months ago
$ ./appimagetool-x86_64.AppImage --appimage-extract
$ file squashfs-root/usr/bin/desktop-file-validate
squashfs-root/usr/bin/desktop-file-validate: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, BuildID[sha1]=..., stripped
Samueru-sama commented 3 weeks ago

Please merge this. I'm building appimages on alpine and they don't have zsync on their repo.

Btw @probonopd I tried to use your static zsyncmake and it isn't working, even though appimagetool says that everything went right with zsyncmake no .zsync file ever gets made.

probonopd commented 3 weeks ago

@TheAssassin ready for merging?