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