From 6da5e947f0435cd05d4d58bbe9d55bafe05d093d Mon Sep 17 00:00:00 2001 From: EGYT5453 <113429882+EGYT5453@users.noreply.github.com> Date: Sun, 5 Jan 2025 20:19:14 +0200 Subject: [PATCH] Fix optimize_textures.sh --- utils/optimize_textures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/optimize_textures.sh b/utils/optimize_textures.sh index 2f9a6da5..4dbe93ae 100644 --- a/utils/optimize_textures.sh +++ b/utils/optimize_textures.sh @@ -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