Update SDL and libplacebo

This commit is contained in:
Cameron Gutman
2026-06-02 02:03:10 -05:00
parent a2ef7a4a0c
commit 19d77704ba
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ $Organization = "moonlight-stream"
$PrebuiltRepo = "moonlight-qt-deps"
$TargetDir = Join-Path $PSScriptRoot "libs\windows"
$Assets = @("windows-x64.zip", "windows-ARM64.zip")
$Tag = "v4.1"
$Tag = "v5"
if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan