mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 02:12:36 +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
|
tools/make-mv3.sh quick
|
||||||
|
|
||||||
mv3-full: tools/make-mv3.sh $(sources) $(platform)
|
mv3-full: tools/make-mv3.sh $(sources) $(platform)
|
||||||
tools/make-mv3.sh all
|
tools/make-mv3.sh full
|
||||||
|
|
||||||
# Update submodules.
|
# Update submodules.
|
||||||
update-submodules:
|
update-submodules:
|
||||||
|
@ -62,8 +62,8 @@ if [ "$1" = "full" ]; then
|
|||||||
cd $TMPDIR > /dev/null
|
cd $TMPDIR > /dev/null
|
||||||
rm log.txt
|
rm log.txt
|
||||||
zip $PACKAGENAME -qr ./*
|
zip $PACKAGENAME -qr ./*
|
||||||
cp $PACKAGENAME $(dirname $DES/)/
|
cp $PACKAGENAME $DES/
|
||||||
cd - > /dev/null
|
cd - > /dev/null
|
||||||
rm -rf $TMPDIR
|
rm -rf $TMPDIR
|
||||||
echo "Package location: $(pwd)/$PACKAGENAME"
|
echo "Package location: $(pwd)/dist/build/$PACKAGENAME"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user