Update Windows, macOS, and AppImage dependencies

- SDL -> 3.4.14
- FFmpeg -> 9.0
- libplacebo -> 4d82c689
This commit is contained in:
Cameron Gutman
2026-08-04 23:12:04 -05:00
parent 546cb72e32
commit b5d7f3b9f8
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import shutil
ORGANIZATION = "moonlight-stream"
PREBUILT_REPO = "moonlight-qt-deps"
TAG = "v10"
TAG = "v11"
def get_platform_config():
system = platform.system()