Update Windows, macOS, and AppImage dependencies

This commit is contained in:
Cameron Gutman
2026-05-03 22:36:08 -05:00
parent d77e2cc913
commit 8cc3b30642
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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 = "v1.0.1"
$Tag = "v2"
if (Test-Path $TargetDir) {
Write-Host "Cleaning target directory..." -ForegroundColor Cyan