mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
upadte release scripts
This commit is contained in:
@@ -27,3 +27,6 @@ $chocoInstall = $distChocoDir + "\tools\chocolateyinstall.ps1";
|
||||
|
||||
(Get-Content $chocoInstall).replace('__version__', $srcPackageVersion).replace('__checksum__', $checksum) | Set-Content $chocoInstall
|
||||
choco pack $nuspec --version $srcPackageVersion --out $distChocoDir
|
||||
cd $distChocoDir
|
||||
choco push
|
||||
cd $rootDir
|
||||
Reference in New Issue
Block a user