build: avoid zipping previous .zip

This commit is contained in:
2025-10-28 19:54:15 +01:00
parent 717fe34acc
commit a9322cd2eb

View File

@@ -31,6 +31,7 @@ copy_files() {
-not -path "*/.*" \ -not -path "*/.*" \
-not -path "./dist/*" \ -not -path "./dist/*" \
-not -path "./media/*" \ -not -path "./media/*" \
-not -name "*.zip" \
-not -name "build.sh" | while read -r file; do -not -name "build.sh" | while read -r file; do
# Get filename without path # Get filename without path