mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-08-07 09:30:45 +00:00
Update SDL and libplacebo
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: libsdl-org/SDL
|
repository: libsdl-org/SDL
|
||||||
ref: release-3.4.8
|
ref: release-3.4.10
|
||||||
path: deps/SDL
|
path: deps/SDL
|
||||||
|
|
||||||
- name: Build SDL3
|
- name: Build SDL3
|
||||||
@@ -101,7 +101,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
repository: haasn/libplacebo
|
repository: haasn/libplacebo
|
||||||
ref: v7.360.1
|
ref: b915882db8d349cc1831c3d3978ee7d5f914b10b
|
||||||
path: deps/libplacebo
|
path: deps/libplacebo
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ $Organization = "moonlight-stream"
|
|||||||
$PrebuiltRepo = "moonlight-qt-deps"
|
$PrebuiltRepo = "moonlight-qt-deps"
|
||||||
$TargetDir = Join-Path $PSScriptRoot "libs\windows"
|
$TargetDir = Join-Path $PSScriptRoot "libs\windows"
|
||||||
$Assets = @("windows-x64.zip", "windows-ARM64.zip")
|
$Assets = @("windows-x64.zip", "windows-ARM64.zip")
|
||||||
$Tag = "v4.1"
|
$Tag = "v5"
|
||||||
|
|
||||||
if (Test-Path $TargetDir) {
|
if (Test-Path $TargetDir) {
|
||||||
Write-Host "Cleaning target directory..." -ForegroundColor Cyan
|
Write-Host "Cleaning target directory..." -ForegroundColor Cyan
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ import shutil
|
|||||||
|
|
||||||
ORGANIZATION = "moonlight-stream"
|
ORGANIZATION = "moonlight-stream"
|
||||||
PREBUILT_REPO = "moonlight-qt-deps"
|
PREBUILT_REPO = "moonlight-qt-deps"
|
||||||
TAG = "v4.1"
|
TAG = "v5"
|
||||||
|
|
||||||
def get_platform_config():
|
def get_platform_config():
|
||||||
system = platform.system()
|
system = platform.system()
|
||||||
|
|||||||
Reference in New Issue
Block a user