1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +00:00

changing over to a value based boolean flag

This commit is contained in:
Joseph Flinn
2021-01-06 19:33:43 +00:00
parent 33029c1684
commit 5eb10afe85
3 changed files with 9 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ jobs:
shell: pwsh
run: npm run dist:win:ci
env:
ELECTRON_BUILDER_SIGN: false
ELECTRON_BUILDER_SIGN: 0
- name: Rename appx files for store
shell: pwsh