Update chocolateyinstall.ps1 (#3139)

This commit is contained in:
Michał Chęciński 2022-07-20 14:33:58 +02:00 committed by GitHub
parent adecf4eeba
commit 5393209cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'; $ErrorActionPreference = 'Stop';
$url = 'https://github.com/bitwarden/desktop/releases/download/v__version__/Bitwarden-Installer-__version__.exe' $url = 'https://github.com/bitwarden/clients/releases/download/desktop-v__version__/Bitwarden-Installer-__version__.exe'
$checksum = '__checksum__' $checksum = '__checksum__'
$packageArgs = @{ $packageArgs = @{