This commit is contained in:
endernon 2024-12-08 20:36:31 +00:00
parent 6ab609b753
commit f3ad6ab2ac

View file

@ -33,6 +33,10 @@ if [[ -e oxipng.tar.gz ]]; then
mv ./oxipngdir/oxipng ./oxipng
chmod +x oxipng
oxipng -o max --strip all --alpha $(find . -name "*.png" -type f)
# clean up the oxipng before build
rm -rf oxipng
rm -rf oxipngdir
fi
# remove all the gimp files (those don't do anything in the final build)