From dc6c0d3315a7a3e0d4582660eadbd73ff152b91a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 27 May 2026 02:24:43 -0500 Subject: [PATCH] Update prebuilts --- setup-deps.ps1 | 2 +- setup-deps.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-deps.ps1 b/setup-deps.ps1 index c2e566f1..ea30e327 100644 --- a/setup-deps.ps1 +++ b/setup-deps.ps1 @@ -4,7 +4,7 @@ $Organization = "moonlight-stream" $PrebuiltRepo = "moonlight-qt-deps" $TargetDir = Join-Path $PSScriptRoot "libs\windows" $Assets = @("windows-x64.zip", "windows-ARM64.zip") -$Tag = "v4" +$Tag = "v4.0.1" if (Test-Path $TargetDir) { Write-Host "Cleaning target directory..." -ForegroundColor Cyan diff --git a/setup-deps.py b/setup-deps.py index a98a21e2..58deb832 100644 --- a/setup-deps.py +++ b/setup-deps.py @@ -7,7 +7,7 @@ import shutil ORGANIZATION = "moonlight-stream" PREBUILT_REPO = "moonlight-qt-deps" -TAG = "v4" +TAG = "v4.0.1" def get_platform_config(): system = platform.system()