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

Commit

Permalink
Ad notes on required changes for TB64
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 18, 2018
1 parent a87a4e3 commit 0bd27a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/thunderlinkCommandLineHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ var thunderlinkCommandLineHandler = {
return this.QueryInterface(iid);
},

// Use ChromeUtils instead of XPCOMUtils here and line 154 for TB64+ (or earlier?)
QueryInterface: XPCOMUtils.generateQI([Ci.nsICommandLineHandler, Ci.nsIClassInfo, Ci.nsIFactory]),
};

Expand Down
2 changes: 2 additions & 0 deletions makeXpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ 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
else
echo "Please give me a version!"
fi

0 comments on commit 0bd27a6

Please sign in to comment.