trivial: Reduce the size of the MSI by removing static libraries

This commit is contained in:
Richard Hughes 2022-05-10 10:35:05 +01:00
parent 47f887f100
commit 6535a686a5

View File

@ -143,6 +143,9 @@ echo $CERTDIR/ca-bundle.crt | wixl-heat \
--component-group "CG.fwupd-certs" | \
tee "$build/contrib/fwupd-certs.wxs"
# no static libraries
find "$DESTDIR/" -type f -name "*.a" -print0 | xargs rm -f
# our files
find "$DESTDIR" | \
wixl-heat \