mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 02:12:44 +01:00
Github action stuff
This commit is contained in:
parent
6395591b13
commit
091125ecc5
2
Makefile
2
Makefile
@ -59,7 +59,7 @@ mv3-quick: tools/make-mv3.sh $(sources) $(platform)
|
||||
tools/make-mv3.sh quick
|
||||
|
||||
mv3-full: tools/make-mv3.sh $(sources) $(platform)
|
||||
tools/make-mv3.sh all
|
||||
tools/make-mv3.sh full
|
||||
|
||||
# Update submodules.
|
||||
update-submodules:
|
||||
|
@ -62,8 +62,8 @@ if [ "$1" = "full" ]; then
|
||||
cd $TMPDIR > /dev/null
|
||||
rm log.txt
|
||||
zip $PACKAGENAME -qr ./*
|
||||
cp $PACKAGENAME $(dirname $DES/)/
|
||||
cp $PACKAGENAME $DES/
|
||||
cd - > /dev/null
|
||||
rm -rf $TMPDIR
|
||||
echo "Package location: $(pwd)/$PACKAGENAME"
|
||||
echo "Package location: $(pwd)/dist/build/$PACKAGENAME"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user