Skip to content

Commit

Permalink
needed to change the UUID and name when submitting to Mozilla
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbits committed Feb 19, 2014
1 parent c0341cb commit 0ea4876
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,4 +2,5 @@ This is a Thunderbird Add-on for Penny Post.

[![endorse](http://api.coderwall.com/jonasbits/endorsecount.png)](http://coderwall.com/jonasbits)

mbound vs https://github.com/wg/scrypt
Would it be possible to remove
mbound and add scrypt
8 changes: 5 additions & 3 deletions chrome/skin/classic/LICENSE
Expand Up @@ -5,8 +5,10 @@
* Aliasgar Lokhandwala has supplied ms.png
- http://pennypost.sourceforge.net/AliasgarLokhandwala

* Ian Seth Taylor has supplied the header postage stamp graphic postage.png
- http://nightmareclothing.deviantart.com/
(OLD - Ian Seth Taylor has supplied the header postage stamp graphic postage.png - http://nightmareclothing.deviantart.com/)

* User kb1 have given carte-blance and Lance W. Haverkamp did the editing of postage.png
- http://kb1.deviantart.com/art/Thunderbird-Icon-v1-o-20413001

* Philipp Antoni has supplied the other icons
- http://pantoni.deviantart.com/
- http://pantoni.deviantart.com/
4 changes: 2 additions & 2 deletions install.rdf
Expand Up @@ -3,8 +3,8 @@
xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<Description about="urn:mozilla:install-manifest">
<em:id>{3748ced8-ae28-48ac-a954-4bff3360f72c}</em:id>
<em:name>Penny Post</em:name>
<em:id>{3748ced8-ae28-48ac-a954-4bff3360f72d}</em:id>
<em:name>PennyPost</em:name>
<em:unpack>true</em:unpack>
<em:version>1.5.2</em:version>
<em:type>2</em:type>
Expand Down
2 changes: 1 addition & 1 deletion make.sh
Expand Up @@ -22,6 +22,6 @@ while getopts "vc" opt; do
esac
done

zip -x $EXCLUDE "*.*~" "*.sh" "*.xpi" "*.md" "*.zip" -r $OUT *
zip -x $EXCLUDE "*~" "*.*~" "*.sh" "*.xpi" "*.md" "*.zip" -r $OUT *
cp $OUT "$OUT"".xpi"
echo $MESSAGE

0 comments on commit 0ea4876

Please sign in to comment.