How to update a script developed using the Jetpack SDK

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

+3
source share
2 answers
cfx xpi --update-link http://example.com/addon/latest
        --update-url http://example.com/addon/update_rdf

Additional Information: https://jetpack.mozillalabs.com/sdk/1.0b4/docs/dev-guide/addon-development/cfx-tool.html

+2
source

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

  • If you host the extension on addons.mozilla.org, your users will automatically upgrade to the latest version of the extension.
  • . ungarida , MDC.
+1

Source: https://habr.com/ru/post/1764642/


All Articles