Re: Linux install ok, Windows install not ok (XUL app)
Guy Finney <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
This now appears to be an artifact of my development environment. The install.js script incorrectly identified the installation directories, so the installed-chrome.txt file had the wrong values, so moz couldn't find the app. The only reason it worked on Linux is from a previous experiment where I had to edit installed-chrome.txt by hand. Once I removed & reinstalled mozilla, the app no longer worked after installing the app's .xpi file. Correcting the directories in install.js made it work.