mirror of https://github.com/gorhill/uBlock.git
Set zip to quiet mode
This commit is contained in:
parent
14bb3b7e54
commit
99e4fa1d4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue