Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
feat: Added troubleshooting note about invalid IDs (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 authored Aug 31, 2016
1 parent 8059d86 commit 413022d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ function sign(options, config) {
"Troubleshooting:\n" +
"- Are you in the right directory? If not, try --addon-dir\n" +
"- Are you really in a directory of SDK add-on source? If not, try " +
"signing with the --xpi option\n");
"signing with the --xpi option\n" +
"- Is your manifest ID valid? See " +
"https://developer.mozilla.org/en-US/Add-ons/Install_Manifests#id\n");
}

return config.signAddon({
Expand Down

0 comments on commit 413022d

Please sign in to comment.