mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-05-18 23:50:16 +00:00
Update Windows and macOS prebuilt dependencies
- Reverted to SDL 3.4.x to fix GCMouse issues Fixes #1882
This commit is contained in:
+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 = "v2"
|
$Tag = "v3"
|
||||||
|
|
||||||
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 = "v2"
|
TAG = "v3"
|
||||||
|
|
||||||
def get_platform_config():
|
def get_platform_config():
|
||||||
system = platform.system()
|
system = platform.system()
|
||||||
|
|||||||
Reference in New Issue
Block a user