mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +00:00
choco script updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$ErrorActionPreference = 'Stop';
|
||||
|
||||
$url = 'https://github.com/bitwarden/desktop/releases/download/v__version__/bitwarden-web-setup-__version__.exe'
|
||||
$url = 'https://github.com/bitwarden/desktop/releases/download/v__version__/Bitwarden-Installer-__version__.exe'
|
||||
$checksum = '__checksum__'
|
||||
|
||||
$packageArgs = @{
|
||||
|
||||
Reference in New Issue
Block a user