Use libplacebo renderer on macOS

This commit is contained in:
Cameron Gutman
2026-06-25 22:30:03 -05:00
parent 6e231778a2
commit e223bf9a1b
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 = "v6"
$Tag = "v7.2"
if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan