开发者

How to update script developed with Jetpack SDK

开发者 https://www.devze.com 2023-01-15 21:24 出处:网络
I would like to use Firefox standard add-on update to update my script developed with Jetpack SD开发者_如何学PythonK, but how?cfx xpi --update-link http://example.com/addon/latest

I would like to use Firefox standard add-on update to update my script developed with Jetpack SD开发者_如何学PythonK, but how?


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


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

  • If you host your extension on the addons.mozilla.org site, your users will update to the newest version of the extension automatically.
  • Otherwise, see ungarida's answer and Extension Versioning, Update and Compatibility on MDC.
0

精彩评论

暂无评论...
验证码 换一张
取 消