nix-appimage icon indicating copy to clipboard operation
nix-appimage copied to clipboard

Support excluding files from final squashfs image

Open danobi opened this issue 10 months ago • 2 comments

Often times the final squashfs image contains a bunch of unnecessary or unused files the appimage will not use at runtime. It is desireable to exclude those files so the appimage will be slimmer.

This commit adds support for glob-enabled file exclusions, as supported by mksquashfs -wildcards -e ....

danobi avatar Sep 04 '23 16:09 danobi

Np! Thanks for looking.

danobi avatar Dec 24 '23 17:12 danobi

@ralismark Thoughts on merging this? Thanks!

dmadisetti avatar Apr 28 '24 00:04 dmadisetti