Skip to content

Commit 607ac9c

Browse files
committed
checkver: Allow using the current version in checkver URL
1 parent fb58e92 commit 607ac9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/checkver.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ $queue | ForEach-Object {
9494

9595
$reverse = $json.checkver.reverse -and $json.checkver.reverse -eq "true"
9696

97+
$substitutions = get_version_substitutions $json.version
98+
$url = substitute $url $substitutions
99+
97100
$state = new-object psobject @{
98101
app = (strip_ext $name);
99102
url = $url;

0 commit comments

Comments
 (0)