From 5393209cea4f1340ee30431ba70537b51e56d534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Wed, 20 Jul 2022 14:33:58 +0200 Subject: [PATCH] Update chocolateyinstall.ps1 (#3139) --- apps/desktop/stores/chocolatey/tools/chocolateyinstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/stores/chocolatey/tools/chocolateyinstall.ps1 b/apps/desktop/stores/chocolatey/tools/chocolateyinstall.ps1 index 30a41ce98e..e0e2db9635 100644 --- a/apps/desktop/stores/chocolatey/tools/chocolateyinstall.ps1 +++ b/apps/desktop/stores/chocolatey/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ $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__' $packageArgs = @{