mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +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
|
- 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'
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user