aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/make-firefox.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh
index 739004f..bebca6f 100755
--- a/tools/make-firefox.sh
+++ b/tools/make-firefox.sh
@@ -29,6 +29,8 @@ echo "*** uBlock_xpi: Generating meta..."
python tools/make-firefox-meta.py $DES/
echo "*** uBlock_xpi: Creating package..."
-zip dist/build/uBlock.firefox.xpi -qr $DES/*
+pushd $DES/
+zip ../uBlock.firefox.xpi -qr *
+popd
echo "*** uBlock_xpi: Package done."