shean
This commit is contained in:
parent
6ab609b753
commit
f3ad6ab2ac
1 changed files with 4 additions and 0 deletions
4
build.sh
4
build.sh
|
@ -33,6 +33,10 @@ if [[ -e oxipng.tar.gz ]]; then
|
||||||
mv ./oxipngdir/oxipng ./oxipng
|
mv ./oxipngdir/oxipng ./oxipng
|
||||||
chmod +x oxipng
|
chmod +x oxipng
|
||||||
oxipng -o max --strip all --alpha $(find . -name "*.png" -type f)
|
oxipng -o max --strip all --alpha $(find . -name "*.png" -type f)
|
||||||
|
|
||||||
|
# clean up the oxipng before build
|
||||||
|
rm -rf oxipng
|
||||||
|
rm -rf oxipngdir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# remove all the gimp files (those don't do anything in the final build)
|
# remove all the gimp files (those don't do anything in the final build)
|
||||||
|
|
Loading…
Reference in a new issue