Skip to content

Commit

Permalink
updated without a newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 26, 2024
1 parent f28ee47 commit 86bafc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions automatic/install4j.install/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ function global:au_GetLatest {
$versionMatch = $pageContent.Content | Select-String -Pattern $regexPattern -AllMatches

$version = $versionMatch.Matches[0].Groups[1].Value
#$checksumType = "SHA512"
#$checksum = Get-RemoteChecksum -Url $url -Algorithm $checksumType
if($version -eq "10.0.8") {
$version = "10.0.8.20240525"
}
Update-Metadata -key "copyright" -value "© $(Get-Date -Format "yyyy") ej-technologies GmbH"

$Latest = @{ URL32 = $url; Version = $version}
Expand Down

0 comments on commit 86bafc6

Please sign in to comment.