mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
choco pack script with chocolateyinstall updates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$ErrorActionPreference = 'Stop';
|
||||
|
||||
$url = 'https://github.com/bitwarden/desktop/releases/download/v0.0.5/bitwarden-web-setup-0.0.5.exe'
|
||||
$checksum = '017E5B289EB583E93DB7F108FB5CB0AD28AB44EEE045A8A096B442CAF822567F'
|
||||
$url = 'https://github.com/bitwarden/desktop/releases/download/v__version__/bitwarden-web-setup-__version__.exe'
|
||||
$checksum = '__checksum__'
|
||||
|
||||
$packageArgs = @{
|
||||
packageName = 'bitwarden'
|
||||
|
||||
Reference in New Issue
Block a user