diff --git a/.github/workflows/build-appimage.yml b/.github/workflows/build-appimage.yml index 080ba887..b475205c 100644 --- a/.github/workflows/build-appimage.yml +++ b/.github/workflows/build-appimage.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v5 with: repository: libsdl-org/SDL - ref: a5e02a0927a2dd999718c1903f2d59440319ca99 + ref: release-3.4.12 path: deps/SDL - name: Build SDL3 diff --git a/setup-deps.ps1 b/setup-deps.ps1 index d4649e38..2d242bd1 100644 --- a/setup-deps.ps1 +++ b/setup-deps.ps1 @@ -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 = "v7.2" +$Tag = "v8" if (Test-Path $TargetDir) { Write-Host "Cleaning target directory..." -ForegroundColor Cyan diff --git a/setup-deps.py b/setup-deps.py index d2b6f629..6151e7d3 100644 --- a/setup-deps.py +++ b/setup-deps.py @@ -7,7 +7,7 @@ import shutil ORGANIZATION = "moonlight-stream" PREBUILT_REPO = "moonlight-qt-deps" -TAG = "v7.2" +TAG = "v8" def get_platform_config(): system = platform.system()