Skip to content

Commit

Permalink
AU: 1 updated - origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 18, 2018
1 parent b5c7526 commit 4c97a40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/origin/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1a0472c571fac0c3471ba2335bb9368d-14"|10.5.16.49299
"1a0472c571fac0c3471ba2335bb9368d-14"|10.5.16.492990100
2 changes: 1 addition & 1 deletion automatic/origin/origin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>origin</id>
<version>10.5.16.49299</version>
<version>10.5.16.492990100</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/origin</packageSourceUrl>
<owners>AdmiringWorm, thaiphan</owners>
<title>Origin</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/origin/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ $packageArgs['file'] = $zipFile
$packageArgs['destination'] = GetInstallLocation $pp

if ($pp.NoAutoUpdate) {
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $false -version '10.5.16.49299'
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $false -version '10.5.16.4929901'
}
else {
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $true -version '10.5.16.49299'
CreateRegistrySettings -installPath $packageArgs['destination'] -autoUpdate $true -version '10.5.16.4929901'
}

Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 4c97a40

Please sign in to comment.