mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
choco script updates
This commit is contained in:
@@ -13,7 +13,7 @@ Copy-Item -Path $chocoDir -Destination $distChocoDir –Recurse
|
||||
$srcPackage = $rootDir + "\src\package.json";
|
||||
$srcPackageVersion = (Get-Content -Raw -Path $srcPackage | ConvertFrom-Json).version;
|
||||
|
||||
$exe = $distDir + "\nsis-web\Bitwarden Installer " + $srcPackageVersion + ".exe";
|
||||
$exe = $distDir + "\nsis-web\Bitwarden-Installer-" + $srcPackageVersion + ".exe";
|
||||
$checksum = checksum -t sha256 $exe
|
||||
$nuspec = $distChocoDir + "\bitwarden.nuspec";
|
||||
$chocoInstall = $distChocoDir + "\tools\chocolateyinstall.ps1";
|
||||
|
||||
Reference in New Issue
Block a user