nix-appimage
nix-appimage copied to clipboard
Support excluding files from final squashfs image
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 ...
.
Np! Thanks for looking.
@ralismark Thoughts on merging this? Thanks!