mirror of
https://gitlab.com/ceda_ei/google-meet-captions-regex
synced 2025-11-08 04:50:06 +01:00
Update build.sh
This commit is contained in:
2
build.sh
2
build.sh
@@ -7,5 +7,5 @@ yarn build
|
||||
cd ..
|
||||
[[ -d web-ext-artifacts ]] || mkdir web-ext-artifacts
|
||||
FILENAME="$(basename "$PWD")-$(jq -r .version manifest.json).zip"
|
||||
zip -r "web-ext-artifacts/$FILENAME" LICENSE gmcr.js manifest.json popup/build/ icons/
|
||||
zip -r "web-ext-artifacts/$FILENAME" LICENSE gmcr.js manifest.json background.js popup/build/ icons/
|
||||
zip -r "web-ext-artifacts/source-$FILENAME" $(git ls-files)
|
||||
|
||||
Reference in New Issue
Block a user