From 6bcef99546e9245baaf2361d2b44bfc1b8c17f57 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 20 Sep 2020 12:42:42 +0530 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c547025..91fe8cd 100755 --- a/build.sh +++ b/build.sh @@ -7,5 +7,5 @@ yarn build cd .. [[ -d web-ext-artifacts ]] || mkdir web-ext-artifacts FILENAME="$(basename "$PWD")-$(jq -r .version manifest.json).zip" -zip -r "web-ext-artifacts/$FILENAME" LICENSE gmcr.js manifest.json popup/build/ icons/ +zip -r "web-ext-artifacts/$FILENAME" LICENSE gmcr.js manifest.json background.js popup/build/ icons/ zip -r "web-ext-artifacts/source-$FILENAME" $(git ls-files)