Skip to content

Commit 25213d1

Browse files
authored
build(deps): bump libCadeau to v2025.7.16.0 (#1445)
1 parent 559d5f5 commit 25213d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/download-cadeau.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ param(
77

88
[Parameter(Mandatory=$true)]
99
[ValidateSet('x64', 'arm64')]
10-
[string] $Architecture
10+
[string] $Architecture,
11+
12+
[string] $VersionTag = "v2025.7.16.0"
1113
)
1214

1315
$ErrorActionPreference = "Stop"
@@ -18,7 +20,7 @@ $tmpFolder = [System.IO.Path]::GetTempPath() + [System.Guid]::NewGuid()
1820
Write-Host "Temporary directory: $tmpFolder"
1921
New-Item -ItemType Directory -Path "$tmpFolder" | Out-Null
2022

21-
$downloadUrl = "https://github.com/Devolutions/cadeau/releases/download/v2025.2.21.0/cadeau-$Platform-$Architecture.zip"
23+
$downloadUrl = "https://github.com/Devolutions/cadeau/releases/download/$VersionTag/cadeau-$Platform-$Architecture.zip"
2224
Write-Host "Download URL: $downloadUrl"
2325

2426
try

0 commit comments

Comments
 (0)