Skip to content

Commit

Permalink
Fixed the path for real now
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Pastoor committed Sep 19, 2015
1 parent d30f908 commit 08b1e41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/chromium/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Scrummer",
"version": "0.13",
"version": "0.14",
"description": "Adds Storypoints to Trello",
"content_scripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion platform/firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Scrummer",
"name": "scrummer",
"version": "0.13",
"version": "0.14",
"description": "",
"main": "index.js",
"author": "Rick Pastoor",
Expand Down
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 $DES/@scrummer-*.xpi $DES/../scrummer.firefox.xpi
mv ./@scrummer-*.xpi ./../scrummer.firefox.xpi
fi

echo "*** scrummer.firefox: Package done."

0 comments on commit 08b1e41

Please sign in to comment.