Update libplacebo, sdl2-compat, OpenSSL, and SDL3

This commit is contained in:
Cameron Gutman
2026-06-12 00:13:18 -05:00
parent 02004bac3f
commit f2a512d3aa
3 changed files with 5 additions and 5 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 = "v5"
$Tag = "v6"
if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan