Re: What is the definitive source of information for signing Firefox 4 XPI files?
Martin Husemann <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
Am 20.04.2011 23:06, schrieb Robert Cohn:
> I've been creating XPI files for about 3 years now, and they used to install on versions of Firefox prior to 4.0 (probably 3.6).
Nothing realy changed in this procedure - but you need to add a line like
<em:unpack>true</em:unpack>
to your install.rdf, otherwise the plugin will not be extracted and the
DLL will be unusable.
At least that was the trap I fell into...
https://developer.mozilla.org/en/Extensions/Updating_extensions_for_Firefox_4#XPI_unpacking
Martin