seems i forgot to commit the last changes... :(

This commit is contained in:
Johannes Findeisen 2013-03-06 00:03:50 +01:00
commit 53b16f5e00
27 changed files with 294 additions and 31 deletions

10
mkxpi
View file

@ -37,15 +37,17 @@ if [ "1$version" = "1" ]; then
exit 1
fi
cd $path
#cd $path
cd chrome
#cd chrome
jar -cfM $project.jar ./content ./skin ./locale
#jar -cfM $project.jar ./content ./skin ./locale
cd $path
jar -cfM $project-$version-fx.xpi ./chrome/$project.jar ./install.rdf
#jar -cfM $project-$version-fx.xpi ./chrome/$project.jar ./install.rdf ./chrome.manifest
jar -cfM $project-$version-fx.xpi ./chrome ./defaults ./install.rdf ./chrome.manifest
echo "Cleaning up..."