mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
trying the kv straight up
This commit is contained in:
parent
6ec84bdb6c
commit
0eb3fdd533
@ -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'
|
||||
|
@ -120,7 +120,6 @@
|
||||
"nsis-web",
|
||||
"appx"
|
||||
],
|
||||
"sign": "./sign.js",
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "node_modules/regedit/vbs",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user