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 = @{