Davide Ungari
Davide Ungari

Reputation: 1960

How to update script developed with Jetpack SDK

I would like to use Firefox standard add-on update to update my script developed with Jetpack SDK, but how?

Upvotes: 3

Views: 238

Answers (2)

Nickolay
Nickolay

Reputation: 32063

Jetpack SDK generates regular XPI extensions, so the update situation is the same:

Upvotes: 1

user677520
user677520

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

Related Questions