Skip to content

Commit

Permalink
Solving #20
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 27, 2024
1 parent 1c3b0d7 commit 6ef4357
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions automatic/gramps/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ function global:au_GetLatest {
$date = $tags.published_at.ToString("yyyyMMdd")
$version = "$version-pre$($date)"
}
if($version -eq '5.2.3') {
$version = "5.2.3-2"
}

$Latest = @{ URL64 = $url64; Version = $version }
return $Latest
Expand Down

0 comments on commit 6ef4357

Please sign in to comment.