mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Set zip to quiet mode
This commit is contained in:
parent
14bb3b7e54
commit
99e4fa1d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue