mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Fix export script, find invocation incorrect for macOS.
This commit is contained in:
parent
1a431045c6
commit
dfbb18b7af
@ -198,7 +198,7 @@ fi
|
||||
echo ""
|
||||
echo "Optimizing PNGs..."
|
||||
cd ..
|
||||
find -type f -iname '*.png' -exec oxipng -q --nx -i 0 -o 4 --strip all {} +
|
||||
find . -iname '*.png' -exec oxipng -q --nx -i 0 -o 4 --strip all {} +
|
||||
|
||||
echo ""
|
||||
echo "Done!"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user