From 32ce27cf8969645544c3cd4be19f42421b22a857 Mon Sep 17 00:00:00 2001 From: paledega <38860643+paledega@users.noreply.github.com> Date: Wed, 25 Aug 2021 08:47:45 +0000 Subject: [PATCH] Update make-firefox.sh --- tools/make-firefox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh index 121b9f00b..a4184b3fa 100755 --- a/tools/make-firefox.sh +++ b/tools/make-firefox.sh @@ -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..."