1
0
mirror of https://gitlab.com/ceda_ei/google-meet-captions-regex synced 2026-03-13 10:20:08 +01:00
Files
google-meet-captions-regex/README.md

20 lines
489 B
Markdown
Raw Permalink Normal View History

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