Update Windows, macOS, and AppImage dependencies

This commit is contained in:
Cameron Gutman
2026-05-03 22:36:08 -05:00
parent d77e2cc913
commit 8cc3b30642
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -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.4 ref: release-3.4.8
path: deps/SDL path: deps/SDL
- name: Build SDL3 - name: Build SDL3
@@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with:
repository: libsdl-org/sdl2-compat repository: libsdl-org/sdl2-compat
ref: release-2.32.66 ref: release-2.32.68
path: deps/sdl2-compat path: deps/sdl2-compat
- name: Build sdl2-compat - name: Build sdl2-compat
@@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with:
repository: libsdl-org/SDL_ttf repository: libsdl-org/SDL_ttf
ref: release-2.22.0 ref: a883e490e30fb44a5336ea3dcb990c6982c5216f
path: deps/SDL_ttf path: deps/SDL_ttf
submodules: 'recursive' submodules: 'recursive'
@@ -128,7 +128,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
with: with:
repository: FFmpeg/FFmpeg repository: FFmpeg/FFmpeg
ref: n8.1 ref: n8.1.1
path: deps/FFmpeg path: deps/FFmpeg
- name: Build FFmpeg - name: Build FFmpeg
+1 -1
View File
@@ -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 = "v1.0.1" $Tag = "v2"
if (Test-Path $TargetDir) { if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan Write-Host "Cleaning target directory..." -ForegroundColor Cyan
+1 -1
View File
@@ -7,7 +7,7 @@ import shutil
ORGANIZATION = "moonlight-stream" ORGANIZATION = "moonlight-stream"
PREBUILT_REPO = "moonlight-qt-deps" PREBUILT_REPO = "moonlight-qt-deps"
TAG = "v1.0.1" TAG = "v2"
def get_platform_config(): def get_platform_config():
system = platform.system() system = platform.system()