This commit is contained in:
mkaply%us.ibm.com 2005-10-10 01:46:30 +00:00
Родитель dc72915f69
Коммит 4f143d2b4d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 */