Skip to content

Commit

Permalink
FIX: #68
Browse files Browse the repository at this point in the history
  • Loading branch information
dtgm committed Dec 15, 2015
1 parent cd3cb08 commit 4bb2e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/winrar/tools/chocolateyInstall.ps1
Expand Up @@ -3,7 +3,7 @@ $installerType = 'exe'
$url = 'http://www.rarlab.com/rar/wrar'
$url64 = 'http://www.rarlab.com/rar/winrar-x64-'
$silentArgs = '/S'
$LCID = (Get-Culture).LCID
$LCID = (Get-UICulture).LCID
$url_version_dot= '{{PackageVersion}}'
$url_version = (Split-Path $url_version_dot -leaf).ToString().Replace(".", "")
$validExitCodes = @(0)
Expand Down

0 comments on commit 4bb2e82

Please sign in to comment.