From d8df1bca93439d03a3d3c4d30d22216609f299f9 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Wed, 25 Sep 2024 10:13:48 +0300 Subject: [PATCH] zip_image.sh --- meta/files/zip_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/files/zip_image.sh b/meta/files/zip_image.sh index c3e40578..f2e31a6a 100755 --- a/meta/files/zip_image.sh +++ b/meta/files/zip_image.sh @@ -332,6 +332,6 @@ find "$IMAGE_DIR" -type f \ xargs -0 -P "$THREADS" -I {} bash -c 'process_jpeg "$@"' _ {} # Конвертация в WebP -find "$COMP_DIR" -type f \( -iname '*.jpg' -o -iname '*.jpeg' -o -iname '*.png' \) \ +find "$IMAGE_DIR" -type f \( -iname '*.jpg' -o -iname '*.jpeg' -o -iname '*.png' \) \ -print0 | \ xargs -0 -P "$THREADS" -I {} bash -c 'process_webp "$@"' _ {} \ No newline at end of file