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

Commit

Permalink
Suppress warning if .xpi does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeaver authored and mikehardy committed May 15, 2020
1 parent f29345c commit d2988de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeXpi.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [ -n "$1" ]; then
rm thunderlink-$1-tb.xpi
rm -f thunderlink-$1-tb.xpi
perl -p -i -e "s/version>.+</version>$1</" install.rdf
perl -p -i -e "s/\"version\"\: \".*\"/\"version\"\: \"$1\"/" manifest.json
zip -r thunderlink-$1-tb.xpi chrome/* manifest.json chrome.manifest components/* CREDITS defaults/* modules/* install.rdf LICENSE README.md
Expand Down

0 comments on commit d2988de

Please sign in to comment.