Update Windows and macOS prebuilt dependencies

- Reverted to SDL 3.4.x to fix GCMouse issues

Fixes #1882
This commit is contained in:
Cameron Gutman
2026-05-15 19:16:33 -05:00
parent 815db2b0d7
commit 073f892bb1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import shutil
ORGANIZATION = "moonlight-stream"
PREBUILT_REPO = "moonlight-qt-deps"
TAG = "v2"
TAG = "v3"
def get_platform_config():
system = platform.system()