removve the xcf check (this thing doesn't have gimp files)

This commit is contained in:
endernon 2025-01-13 22:16:30 +00:00
parent 3ae4b7b1f9
commit 7f5ffb1346

View file

@ -39,9 +39,6 @@ if [[ -e oxipng.tar.gz ]]; then
rm -rf oxipngdir rm -rf oxipngdir
fi 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 all files in build dir recursively, into build.zip in base folder. use -0 flag to disable compression.
zip -r ../build.zip . -0 zip -r ../build.zip . -0