X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=build;h=6523d3767b38e50b5c11d27ebc79dd8c8605f27f;hb=053ca9dcaf99dffc41de1213fa3d66e79a6929ab;hp=687488d9131192408a4e3b60191769a2b3c1b529;hpb=0e07f53e79d4d4f21e86d5b3a98816d88e155ff0;p=icedeb.git diff --git a/build b/build index 687488d..6523d37 100644 --- a/build +++ b/build @@ -3,8 +3,8 @@ set -e set -u -export PKG=custom-toolbar-button@example.com +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