Skip to content

Commit

Permalink
ps1 vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jun 1, 2024
1 parent cf14779 commit b2eba5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatic/duplicati.portable/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ function global:au_GetLatest {
$url32 = $urls | Where-Object {$_ -notmatch 'signatures'}
$version = ($tags.tag_name).split('v|-')[1]
$version = $version.split('_','')[0]

Update-Metadata -key "releaseNotes" -value $tags.html_url

$Latest = @{ URL32 = $url32; Version = $version }
return $Latest
}

update -ChecksumFor 32 -NoCheckChocoVersion
update -ChecksumFor 32 -NoCheckChocoVersion

0 comments on commit b2eba5a

Please sign in to comment.