Add login with proton to extension

This commit is contained in:
Carlos Quintana
2022-06-17 12:43:30 +02:00
parent eb707a0f19
commit b3f4bbe7c3
7 changed files with 82 additions and 0 deletions
+7
View File
@@ -110,6 +110,13 @@ jobs:
echo "RELEASE_VERSION=$release_version" >> $GITHUB_ENV
echo "release version: $RELEASE_VERSION"
- name: Generate buildConfig
shell: bash
env:
ENABLE_LOGIN_WITH_PROTON: false
run: |
npm run generate:buildconfig
- name: Build lite version
if: ${{ matrix.variant }} == 'lite'
shell: bash