AppImage / appimagetool

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

I tried to make chroot build scripts for appimagetool #70

Open Randrianasulu opened 1 month ago

Randrianasulu commented 1 month ago

Because Docker while works seems like a bit overkill for me ....

appimagetool-chroot.txt

patch as txt

Only x86/x86_64 tested

Usage like script in type2-runtime.

Should build script also build squashfs-tool, or (as currently implemented here) or Alpine's version can be reused?

Randrianasulu commented 1 month ago

appimagetool-chroot-2.txt

tried to add building specific static mksquashfs as Docker script does ...

probonopd commented 1 month ago

Can you send a GitHub pull request please? Thanks.