mirror of https://github.com/gorhill/uBlock.git
Update make-firefox.sh
This commit is contained in:
parent
5e6600a5cc
commit
32ce27cf89
|
@ -26,7 +26,7 @@ cp -R $DES/_locales/nb $DES/_locales/no
|
||||||
rm $DES/img/icon_128.png
|
rm $DES/img/icon_128.png
|
||||||
|
|
||||||
echo "*** uBlock0.firefox: Generating meta..."
|
echo "*** uBlock0.firefox: Generating meta..."
|
||||||
python tools/make-firefox-meta.py $DES/
|
python3 tools/make-firefox-meta.py $DES/
|
||||||
|
|
||||||
if [ "$1" = all ]; then
|
if [ "$1" = all ]; then
|
||||||
echo "*** uBlock0.firefox: Creating package..."
|
echo "*** uBlock0.firefox: Creating package..."
|
||||||
|
|
Loading…
Reference in New Issue