From: Damyan Ivanov Date: Mon, 2 Mar 2009 20:26:53 +0000 (+0200) Subject: compress using plain old zip instead of jar X-Git-Tag: 0.3~2 X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=commitdiff_plain;h=b60af962290bf5bde988ab6640e17e13eb66778e;hp=101b6fa7de96b90a611e43467e07739fc52fbd3b compress using plain old zip instead of jar --- diff --git a/build b/build index 7419806..575a66a 100644 --- a/build +++ b/build @@ -7,4 +7,4 @@ export PKG=icedeb@modsoftsys.com-uuid [ ! -e $PKG.xpi ] || rm $PKG.xpi -jar -v -M -c -f $PKG.xpi chrome install* chrome.manifest +zip -r $PKG.xpi chrome install* chrome.manifest