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
+2 -2
View File
@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: libsdl-org/SDL
ref: release-3.4.8
ref: release-3.4.10
path: deps/SDL
- name: Build SDL3
@@ -101,7 +101,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: haasn/libplacebo
ref: v7.360.1
ref: b915882db8d349cc1831c3d3978ee7d5f914b10b
path: deps/libplacebo
submodules: 'recursive'
+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
+1 -1
View File
@@ -7,7 +7,7 @@ import shutil
ORGANIZATION = "moonlight-stream"
PREBUILT_REPO = "moonlight-qt-deps"
TAG = "v4.1"
TAG = "v5"
def get_platform_config():
system = platform.system()