We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-ChecksumType64
1 parent 72f0860 commit 03f490fCopy full SHA for 03f490f
ChocolateyPackages/textecode.install/tools/chocolateyInstall.ps1
@@ -23,7 +23,7 @@ if ($useAppx) {
23
else {
24
Install-ChocolateyZipPackage -PackageName 'TextECodePortable' `
25
-Url $portableUrl_x86 -Checksum $checksumPortable_x86 -ChecksumType sha512 `
26
- -Url64 $portableUrl_x64 -Checksum64 $checksumPortable_x64 -ChecksumType sha512 `
+ -Url64 $portableUrl_x64 -Checksum64 $checksumPortable_x64 -ChecksumType64 sha512 `
27
-UnzipLocation $toolsDir
28
(Get-ChildItem -File -Recurse -Path $toolsDir -Include 'TextECode.exe') | Select-Object -First 1 | ForEach-Object { Install-BinFile 'TextECode' -Path $_.FullName }
29
}
0 commit comments