Skip to content

Commit

Permalink
AU: 1 updated - crowdin-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 9, 2022
1 parent ac3c56a commit ea47b78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crowdin-cli/crowdin-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>crowdin-cli</id>
<version>3.7.8</version>
<version>3.7.9</version>
<packageSourceUrl>https://github.com/ye4241/chocolatey-packages</packageSourceUrl>
<owners>ye4241</owners>
<title>Crowdin CLI (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions crowdin-cli/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://github.com/crowdin/crowdin-cli/releases/download/$packageVersion/crowdin-cli.zip"
checksum = 'cfd735d8a2ab878855ec0f76aa29cd090193c5923a22c989dd9fb765c6599639'
checksum = '82846a8ffdc133b0cf5a57c91fd9205bd2503f5946590a1de833bc7e67113ea7'
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 ea47b78

Please sign in to comment.