Skip to content

Commit 03f490f

Browse files
fix(chocolatey): -ChecksumType64
1 parent 72f0860 commit 03f490f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChocolateyPackages/textecode.install/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if ($useAppx) {
2323
else {
2424
Install-ChocolateyZipPackage -PackageName 'TextECodePortable' `
2525
-Url $portableUrl_x86 -Checksum $checksumPortable_x86 -ChecksumType sha512 `
26-
-Url64 $portableUrl_x64 -Checksum64 $checksumPortable_x64 -ChecksumType sha512 `
26+
-Url64 $portableUrl_x64 -Checksum64 $checksumPortable_x64 -ChecksumType64 sha512 `
2727
-UnzipLocation $toolsDir
2828
(Get-ChildItem -File -Recurse -Path $toolsDir -Include 'TextECode.exe') | Select-Object -First 1 | ForEach-Object { Install-BinFile 'TextECode' -Path $_.FullName }
2929
}

0 commit comments

Comments
 (0)