additional fix to compress-images.sh
This commit is contained in:
parent
16458c6f59
commit
b9f80f9787
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fi
|
|||
|
||||
if command -v oxipng >/dev/null 2>&1 ; then
|
||||
echo "oxipng found"
|
||||
oxipng -o max -a -r ./public
|
||||
oxipng -o max -a -r ./dist
|
||||
else
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue