Update make-firefox.sh

This commit is contained in:
paledega 2021-08-25 08:47:45 +00:00 committed by GitHub
parent 5e6600a5cc
commit 32ce27cf89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ cp -R $DES/_locales/nb $DES/_locales/no
rm $DES/img/icon_128.png
echo "*** uBlock0.firefox: Generating meta..."
python tools/make-firefox-meta.py $DES/
python3 tools/make-firefox-meta.py $DES/
if [ "$1" = all ]; then
echo "*** uBlock0.firefox: Creating package..."