Skip to content

Commit

Permalink
release for v.1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbits committed Feb 28, 2016
1 parent 0ff9dad commit 554d9ff
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/zip*
*.xpi
*.zip
.sparkleshare
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/PennyPostJAVA"]
path = lib/PennyPostJAVA
url = https://github.com/jonasbits/PennyPostJAVA.git
2 changes: 1 addition & 1 deletion chrome/content/pennyPostOptions.xul
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</preferences>
<vbox>
<groupbox align="center">
<text class="text-link" value="&ppost.opt.verhist; : 1.5.3"
<text class="text-link" value="&ppost.opt.verhist; : 1.5.4"
onclick="window.opener.openURL('http://pennypost.sourceforge.net/TBVersionHistory');"
flex="1">
</text>
Expand Down
4 changes: 2 additions & 2 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<em:id>{3748ced8-ae28-48ac-a954-4bff3360f72d}</em:id>
<em:name>PennyPost</em:name>
<em:unpack>true</em:unpack>
<em:version>1.5.3</em:version>
<em:version>1.5.4</em:version>
<em:type>2</em:type>
<em:description>
Generates postage stamps for email and verifies stamps
Expand All @@ -26,7 +26,7 @@
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>24.*</em:maxVersion>
<em:maxVersion>38.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
Expand Down
1 change: 1 addition & 0 deletions lib/PennyPostJAVA
Submodule PennyPostJAVA added at de1e7d
4 changes: 2 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ while getopts "vc" opt; do
esac
done

zip -x $EXCLUDE "*~" "*.*~" "*.sh" "*.xpi" "*.md" "*.zip" -r $OUT *
cp $OUT "$OUT"".xpi"
zip $OUT -xi install.rdf chrome.manifest lib/ppost.jar -r chrome/ defaults/
mv $OUT "$OUT"'.xpi'
echo $MESSAGE

0 comments on commit 554d9ff

Please sign in to comment.