Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Start packaging manifest.json, I guess we're a WebExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 19, 2018
1 parent 3530b05 commit f721df0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions makeXpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ if [ -n "$1" ]; then
rm thunderlink-$1-tb.xpi
perl -p -i -e "s/version>.+</version>$1</" install.rdf
perl -p -i -e "s/\"version\"\: \".*\"/\"version\"\: \"$1\"/" manifest.json
# Switch these two lines for TB64+ (or earlier?)
zip -r thunderlink-$1-tb.xpi chrome/* chrome.manifest components/* CREDITS defaults/* install.rdf LICENSE README.md
#zip -r thunderlink-$1-tb.xpi chrome/* manifest.json chrome.manifest components/* CREDITS defaults/* install.rdf LICENSE README.md
zip -r thunderlink-$1-tb.xpi chrome/* manifest.json chrome.manifest components/* CREDITS defaults/* install.rdf LICENSE README.md
else
echo "Please give me a version!"
fi

0 comments on commit f721df0

Please sign in to comment.