firebug / websocket-monitor

Not compatible with Firefox Quantum (57 and newer)
Other
147 stars 18 forks source link

Sign Add-on using "jpm sign" doesn't work? #37

Closed janodvarko closed 8 years ago

janodvarko commented 9 years ago

We want to sign future released XPIs using jpm sign.

Note for me: https://groups.google.com/forum/#!topic/mozilla.dev.amo/OZz62cJwWCc

Honza

lebedev commented 8 years ago

There were some issues with jpm sign some time ago and I've encountered them myself, but to date it should work just fine. At least when I sign my unlisted add-on via jpm sign (actually, I sign it with

var Client = require('jpm/lib/amo-client').Client;
var client = new Client(...);
client.sign(...);

which is no big difference), it gets signed just fine.

janodvarko commented 8 years ago

The addon is now available on AMO so, this is no longer a problem. Hope this is working for other addons.

Honza