1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

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 - script: ls -alht dist
displayName: show executables displayName: show executables
- script: ls -alht dist/nsis-web
displayName: show nsis-web executables
# - task: PublishPipelineArtifact@1 # - task: PublishPipelineArtifact@1
# inputs: # inputs:
# pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-1.23.1-ia32.appx' # pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-1.23.1-ia32.appx'

View File

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

View File

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