mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Update chocolateyinstall.ps1 (#3139)
This commit is contained in:
@@ -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 = @{
|
||||||
|
|||||||
Reference in New Issue
Block a user