mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-24 11:15:09 +00:00
trivial: Reduce the size of the MSI by removing static libraries
This commit is contained in:
parent
47f887f100
commit
6535a686a5
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user