From a9322cd2eb5c630831c564312b04b60baf0d29f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Clet?= Date: Tue, 28 Oct 2025 19:54:15 +0100 Subject: [PATCH] build: avoid zipping previous .zip --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index e5c1976..6686861 100755 --- a/build.sh +++ b/build.sh @@ -31,6 +31,7 @@ copy_files() { -not -path "*/.*" \ -not -path "./dist/*" \ -not -path "./media/*" \ + -not -name "*.zip" \ -not -name "build.sh" | while read -r file; do # Get filename without path