mirror of https://github.com/gorhill/uBlock.git
keep using `.xpi` for webext
This commit is contained in:
parent
c0b0afadec
commit
e420db1f1f
|
@ -4,7 +4,7 @@ env:
|
||||||
matrix:
|
matrix:
|
||||||
- BROWSER=chromium EXT=zip
|
- BROWSER=chromium EXT=zip
|
||||||
- BROWSER=firefox EXT=xpi
|
- BROWSER=firefox EXT=xpi
|
||||||
- BROWSER=webext EXT=zip
|
- BROWSER=webext EXT=xpi
|
||||||
script: ./tools/make-${BROWSER}.sh all
|
script: ./tools/make-${BROWSER}.sh all
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
|
|
@ -39,7 +39,7 @@ python tools/make-webext-meta.py $DES/
|
||||||
if [ "$1" = all ]; then
|
if [ "$1" = all ]; then
|
||||||
echo "*** uBlock0.webext: Creating package..."
|
echo "*** uBlock0.webext: Creating package..."
|
||||||
pushd $DES > /dev/null
|
pushd $DES > /dev/null
|
||||||
zip ../$(basename $DES).zip -qr *
|
zip ../$(basename $DES).xpi -qr *
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue