Skip to content

Commit

Permalink
(microsoft-windows-terminal) added extension to regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jul 23, 2020
1 parent d7ebe54 commit b8e3939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/microsoft-windows-terminal/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function global:au_GetLatest {
}

$version = Get-Version $version
$asset = $release.assets | Where-Object -Property name -like "${re}_*"
$asset = $release.assets | Where-Object -Property name -like "${re}_*.msixbundle"
if ($asset) {
$url = $asset.browser_download_url
$streams.Add($re, (CreateStream $url $version))
Expand Down

0 comments on commit b8e3939

Please sign in to comment.