X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=build;h=6523d3767b38e50b5c11d27ebc79dd8c8605f27f;hp=687488d9131192408a4e3b60191769a2b3c1b529;hb=f00c46cd3a26d63b905b56173926469c3209d86f;hpb=0e07f53e79d4d4f21e86d5b3a98816d88e155ff0 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