trying the kv straight up

This commit is contained in:
Joseph Flinn 2020-12-30 21:51:05 +00:00
parent 6ec84bdb6c
commit 0eb3fdd533
3 changed files with 4 additions and 2 deletions

View File

@ -35,6 +35,9 @@ steps:
- script: ls -alht dist
displayName: show executables
- script: ls -alht dist/nsis-web
displayName: show nsis-web executables
# - task: PublishPipelineArtifact@1
# inputs:
# pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-1.23.1-ia32.appx'

View File

@ -120,7 +120,6 @@
"nsis-web",
"appx"
],
"sign": "./sign.js",
"extraResources": [
{
"from": "node_modules/regedit/vbs",

View File

@ -2,7 +2,7 @@
"name": "bitwarden",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "1.23.1a",
"version": "1.23.3-alpha",
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",