X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=build;h=6523d3767b38e50b5c11d27ebc79dd8c8605f27f;hp=74198060f9038bd54c35fb69c95101500d269cb7;hb=053ca9dcaf99dffc41de1213fa3d66e79a6929ab;hpb=101b6fa7de96b90a611e43467e07739fc52fbd3b diff --git a/build b/build index 7419806..6523d37 100644 --- a/build +++ b/build @@ -3,8 +3,8 @@ set -e set -u -export PKG=icedeb@modsoftsys.com-uuid +export PKG=icedeb [ ! -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