Skip to content

Commit

Permalink
build(chocolatey): Update chocolateyinstall.ps1 checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Jan 8, 2024
1 parent b495968 commit af83766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url = 'https:/crowdin/crowdin-cli/releases/latest/download/crowdin-cli.zip'
checksum = 'fcaf4af368a817f7dccc363791a357526d13740f58eb16945185088918162afa'
checksum = 'a8e57a5ca8342864194ea97feaeeab58cc234dc6da7e43eabfba649d4aef3185'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs

$unzipDir = Join-Path $toolsDir $packageVersion
Install-ChocolateyEnvironmentVariable -variableName "CROWDIN_HOME" -variableValue "$unzipDir"
Add-BinFile -name crowdin -path "$unzipDir\crowdin.bat"
Add-BinFile -name crowdin -path "$unzipDir\crowdin.bat"

0 comments on commit af83766

Please sign in to comment.