Reputation: 1960
I would like to use Firefox standard add-on update to update my script developed with Jetpack SDK, but how?
Upvotes: 3
Views: 238
Reputation: 32063
Jetpack SDK generates regular XPI extensions, so the update situation is the same:
Upvotes: 1
Reputation: 21
cfx xpi --update-link http://example.com/addon/latest
--update-url http://example.com/addon/update_rdf
More info: https://jetpack.mozillalabs.com/sdk/1.0b4/docs/dev-guide/addon-development/cfx-tool.html
Upvotes: 2