We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52b06b commit 64ccaa6Copy full SHA for 64ccaa6
1 file changed
tools/build_release.sh
@@ -2,7 +2,7 @@
2
3
######################################
4
##
5
-## Build WP2Static Zip Deployment Addon
+## Build WP2Static S3 Deployment Addon
6
7
## script archive_name dont_minify
8
@@ -38,7 +38,7 @@ cd $TMP_DIR
38
find . -type d -exec chmod 755 {} \;
39
find . -type f -exec chmod 644 {} \;
40
41
-zip -r -9 ./$1.zip ./wp2static-addon-s3
+zip --quiet -r -9 ./$1.zip ./wp2static-addon-s3
42
43
cd -
44
0 commit comments