1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Set zip to quiet mode

This commit is contained in:
Raymond Hill 2022-09-15 13:37:39 -04:00
parent 14bb3b7e54
commit 99e4fa1d4d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -67,7 +67,7 @@ if [ "$1" = "full" ]; then
cp -R $DES/* $TMPDIR/
cd $TMPDIR > /dev/null
rm log.txt
zip $PACKAGENAME -r ./*
zip $PACKAGENAME -qr ./*
cd - > /dev/null
cp $TMPDIR/$PACKAGENAME dist/build/
rm -rf $TMPDIR