File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v5
4343 with :
4444 repository : libsdl-org/SDL
45- ref : release-3.4.10
45+ ref : a5e02a0927a2dd999718c1903f2d59440319ca99
4646 path : deps/SDL
4747
4848 - name : Build SDL3
5656 uses : actions/checkout@v5
5757 with :
5858 repository : libsdl-org/sdl2-compat
59- ref : release-2.32.68
59+ ref : release-2.32.70
6060 path : deps/sdl2-compat
6161
6262 - name : Build sdl2-compat
@@ -101,7 +101,7 @@ jobs:
101101 uses : actions/checkout@v5
102102 with :
103103 repository : haasn/libplacebo
104- ref : b915882db8d349cc1831c3d3978ee7d5f914b10b
104+ ref : 2d0979fb54e025e904c7372666fffbf5dae40f66
105105 path : deps/libplacebo
106106 submodules : ' recursive'
107107
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $Organization = "moonlight-stream"
44$PrebuiltRepo = " moonlight-qt-deps"
55$TargetDir = Join-Path $PSScriptRoot " libs\windows"
66$Assets = @ (" windows-x64.zip" , " windows-ARM64.zip" )
7- $Tag = " v5 "
7+ $Tag = " v6 "
88
99if (Test-Path $TargetDir ) {
1010 Write-Host " Cleaning target directory..." - ForegroundColor Cyan
Original file line number Diff line number Diff line change 77
88ORGANIZATION = "moonlight-stream"
99PREBUILT_REPO = "moonlight-qt-deps"
10- TAG = "v5 "
10+ TAG = "v6 "
1111
1212def get_platform_config ():
1313 system = platform .system ()
You can’t perform that action at this time.
0 commit comments