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:
|
||||
- BROWSER=chromium EXT=zip
|
||||
- BROWSER=firefox EXT=xpi
|
||||
- BROWSER=webext EXT=zip
|
||||
- BROWSER=webext EXT=xpi
|
||||
script: ./tools/make-${BROWSER}.sh all
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
|
@ -39,7 +39,7 @@ python tools/make-webext-meta.py $DES/
|
|||
if [ "$1" = all ]; then
|
||||
echo "*** uBlock0.webext: Creating package..."
|
||||
pushd $DES > /dev/null
|
||||
zip ../$(basename $DES).zip -qr *
|
||||
zip ../$(basename $DES).xpi -qr *
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue