Skip to content

Loading…

Fix Firefox build script to suppress errors and always use correct interpreter #688

Closed
wants to merge 2 commits into from

2 participants

@2mac

No description provided.

@chrisaljoudi
Owner

Oops, just noticed this. It was fixed for all three build scripts in b2ae524.

Sorry — thanks for pointing that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
This page is out of date. Refresh to see the latest.
Showing with 2 additions and 2 deletions.
  1. +2 −2 tools/make-firefox.sh
View
4 tools/make-firefox.sh
@@ -5,7 +5,7 @@
echo "*** uBlock.firefox: Copying files"
DES=dist/build/uBlock.firefox
-rm -r $DES
+rm -rf $DES
mkdir -p $DES
cp -R assets $DES/
@@ -25,7 +25,7 @@ cp platform/firefox/install.rdf $DES/
cp LICENSE.txt $DES/
echo "*** uBlock.firefox: Generating meta..."
-python tools/make-firefox-meta.py $DES/
+python3 tools/make-firefox-meta.py $DES/
if [ "$1" = all ]; then
echo "*** uBlock.firefox: Creating package..."
Something went wrong with that request. Please try again.