diff --git a/cck/firefox/cckwizard/chrome/cckwizard/content/cckwizard/cckwizard.js b/cck/firefox/cckwizard/chrome/cckwizard/content/cckwizard/cckwizard.js index aeb8daaa57a..e6b8c845d92 100755 --- a/cck/firefox/cckwizard/chrome/cckwizard/content/cckwizard/cckwizard.js +++ b/cck/firefox/cckwizard/chrome/cckwizard/content/cckwizard/cckwizard.js @@ -347,7 +347,7 @@ function CreateCCK() CCKWriteInstallRDF(destdir); CCKWriteInstallJS(destdir); CCKZip("cck.xpi", destdir, - "chrome", "components", "defaults", "plugins", "searchplugins", "chrome.manifest", "install.rdf"); + "chrome", "components", "defaults", "plugins", "searchplugins", "chrome.manifest", "install.rdf", "install.js"); } /* This function takes a file in the chromedir and creates a real file */