Update Windows, macOS, and AppImage dependencies

- SDL -> 3.4.14
- FFmpeg -> 9.0
- libplacebo -> 4d82c689
This commit is contained in:
Cameron Gutman
2026-08-04 23:12:04 -05:00
parent 546cb72e32
commit b5d7f3b9f8
4 changed files with 6 additions and 6 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 = "v10"
$Tag = "v11"
if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan