Skip to content

Commit

Permalink
Fixed: update for admincenter; Version value changed to FileVersion i…
Browse files Browse the repository at this point in the history
…nstead of ProductVersion
  • Loading branch information
mkevenaar-infonl committed Nov 14, 2018
1 parent 4ef370c commit 24816e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/admincenter/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function global:au_GetLatest {
Invoke-WebRequest -Uri $releases -OutFile $tempFile -UseBasicParsing
& 7z.exe e -aoa $tempFile $exeFilename

$version = (Get-Item $exeFilename).VersionInfo.ProductVersion
$version = (Get-Item $exeFilename).VersionInfo.FileVersion

return @{
URL32 = $releases
Expand Down

0 comments on commit 24816e6

Please sign in to comment.