Skip to content

Commit

Permalink
Fixed the Firefox make script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Pastoor committed Sep 19, 2015
1 parent 82df23d commit e2b1928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make-firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit e2b1928

Please sign in to comment.