Update README.md

This commit is contained in:
Ceda EI 2020-09-10 22:27:03 +05:30
parent 367d906f6a
commit 6855dad3d3
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ Send a notification when a caption in Google Meet matches a certain regex.
+ `cd popup`
+ `yarn install`
+ `yarn build`
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/`