I'm trying to create an xpi package for a firefox addon through cfx tool. Once I ran "cfx xpi" command in the directory where my files are, an xpi package is generated. If I tried to install this package on current version of firefox (9.0), I get an error message saying this addon is not compatible with 9.0 version of firefox. How do I make my addon compatible with newer version of firefox ?
More info: 1) I'm very new to add-on development so I'm just using the reddit-example given along with the sdk kit. 2) I extracted the xpi file to a folder and the install.rdf inside shows a maximum version of 8.* . I changed this to 9.* . How do I make cfx take this install.rdf instead of what ever it is defaulting to ? 3) I installed the addon sdk when 8.0 version of firefox was the current version.
Regards,