Skip to content

Commit

Permalink
(freecommander-xe.install) Use 3 part version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Dec 23, 2023
1 parent 00585ae commit 0abf11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/freecommander-xe.install/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function global:au_GetLatest {

return @{
URL32 = $url
Version = $version
Version = ConvertTo-VersionNumber -Version ([version]$version) -Part 3
}
}

Expand Down

0 comments on commit 0abf11d

Please sign in to comment.