Update Windows, macOS, and AppImage dependencies

- SDL -> c9ad2963
- dav1d -> 1.5.4
- Detours rebuilt with EHCont
This commit is contained in:
Cameron Gutman
2026-07-27 00:48:37 -05:00
parent 7f7f2c26d0
commit 546cb72e32
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 = "v8"
$Tag = "v10"
if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan