From 0ea4876291509b25963923d72e87fba5be9dd4a5 Mon Sep 17 00:00:00 2001 From: jonasbits Date: Wed, 19 Feb 2014 10:13:57 +0100 Subject: [PATCH] needed to change the UUID and name when submitting to Mozilla --- README.md | 3 ++- chrome/skin/classic/LICENSE | 8 +++++--- install.rdf | 4 ++-- make.sh | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f9c2b0a..d11c2b3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/chrome/skin/classic/LICENSE b/chrome/skin/classic/LICENSE index c289d00..8d618d8 100644 --- a/chrome/skin/classic/LICENSE +++ b/chrome/skin/classic/LICENSE @@ -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/ \ No newline at end of file + - http://pantoni.deviantart.com/ diff --git a/install.rdf b/install.rdf index 38bde59..b505fde 100644 --- a/install.rdf +++ b/install.rdf @@ -3,8 +3,8 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> - {3748ced8-ae28-48ac-a954-4bff3360f72c} - Penny Post + {3748ced8-ae28-48ac-a954-4bff3360f72d} + PennyPost true 1.5.2 2 diff --git a/make.sh b/make.sh index a0ae100..4822fe6 100755 --- a/make.sh +++ b/make.sh @@ -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