Skip to content

Commit

Permalink
Fix optimize_textures.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EGYT5453 authored and appgurueu committed Jan 6, 2025
1 parent 9bcf2d4 commit 6da5e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/optimize_textures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Colors with 0 alpha need to be preserved, because opaque leaves ignore alpha.
# For that purpose, the use of indexed colors is disabled (-nc).

find -name '../*.png' -print0 | xargs -0 optipng -o7 -zm1-9 -nc -strip all -clobber
find .. -name '*.png' -print0 | xargs -0 optipng -o7 -zm1-9 -nc -strip all -clobber

0 comments on commit 6da5e94

Please sign in to comment.