From 4594a311155662b1e8e224c154b34d4c418926f3 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Mon, 14 Sep 2020 21:38:52 +0530 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b561ae..c313fb0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This will build the react app for popup. + `cd ..` + `FILENAME="$(basename "$PWD")-$(jq -r .version manifest.json).zip"` -+ `zip -r "web-ext-artifacts/$FILENAME" gmcr.js manifest.json popup/build/ icons/` ++ `zip -r "web-ext-artifacts/$FILENAME" LICENSE gmcr.js manifest.json popup/build/ icons/` ### Building source zip (for review process)