additional fix to compress-images.sh

This commit is contained in:
Aria 2025-03-10 12:39:24 +11:00
parent 16458c6f59
commit b9f80f9787
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -10,7 +10,7 @@ fi
if command -v oxipng >/dev/null 2>&1 ; then if command -v oxipng >/dev/null 2>&1 ; then
echo "oxipng found" echo "oxipng found"
oxipng -o max -a -r ./public oxipng -o max -a -r ./dist
else else
echo "oxipng was not found! install with your package manager, cargo or get the binary from the github" echo "oxipng was not found! install with your package manager, cargo or get the binary from the github"
echo "https://github.com/shssoichiro/oxipng/releases/latest" echo "https://github.com/shssoichiro/oxipng/releases/latest"