seems i forgot to commit the last changes... :(
This commit is contained in:
parent
4ca756a5eb
commit
53b16f5e00
27 changed files with 294 additions and 31 deletions
10
mkxpi
10
mkxpi
|
|
@ -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..."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue