build: avoid zipping previous .zip
This commit is contained in:
1
build.sh
1
build.sh
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user