From e2b19287c364ff6065a4e1bb7f6df07a8102aaa1 Mon Sep 17 00:00:00 2001 From: Rick Pastoor Date: Sat, 19 Sep 2015 12:40:33 +0200 Subject: [PATCH] Fixed the Firefox make script --- 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 14dda42..30f6169 100755 --- a/tools/make-firefox.sh +++ b/tools/make-firefox.sh @@ -19,7 +19,7 @@ if [ "$1" = all ]; then echo "*** scrummer.firefox: Creating package..." pushd $DES/ jpm xpi - mv ./@scrummer-*.xpi ./../scrummer.firefox.xpi + mv ./scrummer@jetpack-*.xpi ./../scrummer.firefox.xpi fi echo "*** scrummer.firefox: Package done."