From 367d906f6a0585c461cc43be6319dd7b90da664f Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Thu, 10 Sep 2020 22:25:37 +0530 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba7f131..0a80c94 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # Google Meet Captions Regex -Send a notification when a caption in Google Meet matches a certain regex. \ No newline at end of file +Send a notification when a caption in Google Meet matches a certain regex. + +## Building + ++ `cd popup` ++ `yarn install` ++ `yarn build` ++ `FILENAME="$(basename "$PWD")-$(jq -r .version manifest.json).zip"` ++ `zip -r "web-ext-artifacts/$FILENAME" gmcr.js manifest.json popup/build/ icons/` + +### Building source zip (for review process) + ++ `zip -r "web-ext-artifacts/source-$FILENAME" $(git ls-files)`