From b60af962290bf5bde988ab6640e17e13eb66778e Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Mon, 2 Mar 2009 22:26:53 +0200 Subject: [PATCH] compress using plain old zip instead of jar --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2