We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4e1a1 commit cf2238eCopy full SHA for cf2238e
Scripts/Chocolatey/tools/chocolateyinstall.ps1
@@ -111,10 +111,10 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
111
112
$Downloads = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}"
113
$Parameters = @{
114
- packageName = $env:ChocolateyPackageName
115
- UnzipLocation = $Downloads
116
- Url64bit = $URL
117
- Checksum64 = $Hash
118
- ChecksumType64 = "sha256"
+ packageName = $env:ChocolateyPackageName
+ UnzipLocation = $Downloads
+ Url = $URL
+ Checksum = $Hash
+ ChecksumType = "sha256"
119
}
120
Install-ChocolateyZipPackage @Parameters
0 commit comments