aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/chocolatey/tools/chocolateyinstall.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/packages/chocolatey/tools/chocolateyinstall.ps1')
-rw-r--r--scripts/packages/chocolatey/tools/chocolateyinstall.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/packages/chocolatey/tools/chocolateyinstall.ps1 b/scripts/packages/chocolatey/tools/chocolateyinstall.ps1
index 46d22b3f9c..32d4c709b9 100644
--- a/scripts/packages/chocolatey/tools/chocolateyinstall.ps1
+++ b/scripts/packages/chocolatey/tools/chocolateyinstall.ps1
@@ -16,6 +16,7 @@ Install-ChocolateyZipPackage -PackageName "$packageName" `
-Url64bit "$($paramsText[0])" `
-Checksum64 "$($paramsText[1])" `
-Checksum64Type "sha256" `
+ -ChecksumType "sha256" `
-UnzipLocation "$packageDir"
write-host "Ensure that msys2 dll is present in PATH to allow bazel to be run from non-msys2 shells"