Re: How do you sign an XPI file
Jeff Klawiter <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
> You forget to say Doug Turner gave interim instruction on how to do it > manually in the message <[email protected]> : > >> I did something like this to create the xpi (from a newsgroup posing I >> made): >> >> signtool -d ./certs -kdougt test >> cd test >> zip test.xpi META-INF/zigbert.rsa >> zip -r -D test.xpi * -x META-INF/zigbert.rsa >> mv test.xpi ../ >> cd .. I figured he would go check out the bug report I linked to and see the work around in there. I was in a bit of a hurry when I replied to that one. Also if anyone is using windows instead of linux use Info-Zip (http://www.info-zip.org/). I couldn't find any windows gui based zip utilities that supported rearranging zip file structure. Info-Zip is the same commandline program that comes in most major linux distro's. So the above commandline instructions will work the same on windows as it does on linux.