From 7f5ffb134605e7403eec612e73f640147b1718d6 Mon Sep 17 00:00:00 2001 From: endernon Date: Mon, 13 Jan 2025 22:16:30 +0000 Subject: [PATCH] removve the xcf check (this thing doesn't have gimp files) --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index 732d3b7..dd83b6f 100755 --- a/build.sh +++ b/build.sh @@ -39,9 +39,6 @@ if [[ -e oxipng.tar.gz ]]; then rm -rf oxipngdir fi -# remove all the gimp files (those don't do anything in the final build) -find . -name "*.xcf" -type f -delete - # zip all files in build dir recursively, into build.zip in base folder. use -0 flag to disable compression. zip -r ../build.zip . -0