Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mzieniukbw committed May 18, 2024
1 parent af9c10c commit 9d27f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
echo "<a href="dist-chrome-mv3-beta.crx">Bitwarden Chrome MV3 beta.crx</a>" > index.html
export EXTENSION_VERSION=$(jq '.version' < dist-chrome-mv3-beta/manifest.json)
echo "<?xml version='1.0' encoding='UTF-8'?><gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'><app appid='pmpgddmbaiapcmemahhdbpelanmjaoec'><updatecheck codebase='https://victorious-dune-09d94a803.5.azurestaticapps.net/dist-chrome-mv3-beta.crx' version='$EXTENSION_VERSION' /></app></gupdate>" > manifest.xml
echo "{"mimeTypes": {".crx": "application/x-chrome-extension"}}" > staticwebapp.config.json
echo '{"mimeTypes": {".crx": "application/x-chrome-extension"}}' > staticwebapp.config.json
ls -al
working-directory: browser-source/apps/browser/dist

Expand Down

0 comments on commit 9d27f14

Please sign in to comment.