google-meet-captions-regex/README.md

20 lines
489 B
Markdown
Raw Permalink Normal View History

2020-09-07 15:41:27 +02:00
# Google Meet Captions Regex
2020-09-10 18:55:37 +02:00
Send a notification when a caption in Google Meet matches a certain regex.
## Building
+ `cd popup`
+ `yarn install`
+ `yarn build`
2020-09-10 18:57:03 +02:00
This will build the react app for popup.
+ `cd ..`
2020-09-10 18:55:37 +02:00
+ `FILENAME="$(basename "$PWD")-$(jq -r .version manifest.json).zip"`
2020-09-14 18:08:52 +02:00
+ `zip -r "web-ext-artifacts/$FILENAME" LICENSE gmcr.js manifest.json popup/build/ icons/`
2020-09-10 18:55:37 +02:00
### Building source zip (for review process)
+ `zip -r "web-ext-artifacts/source-$FILENAME" $(git ls-files)`