Skip to content

Commit cf2238e

Browse files
committed
Update chocolateyinstall.ps1
1 parent ac4e1a1 commit cf2238e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Scripts/Chocolatey/tools/chocolateyinstall.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
111111

112112
$Downloads = Get-ItemPropertyValue -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" -Name "{374DE290-123F-4565-9164-39C4925E467B}"
113113
$Parameters = @{
114-
packageName = $env:ChocolateyPackageName
115-
UnzipLocation = $Downloads
116-
Url64bit = $URL
117-
Checksum64 = $Hash
118-
ChecksumType64 = "sha256"
114+
packageName = $env:ChocolateyPackageName
115+
UnzipLocation = $Downloads
116+
Url = $URL
117+
Checksum = $Hash
118+
ChecksumType = "sha256"
119119
}
120120
Install-ChocolateyZipPackage @Parameters

0 commit comments

Comments
 (0)