diff --git a/app/app.pro b/app/app.pro index 232f7b18..12067522 100644 --- a/app/app.pro +++ b/app/app.pro @@ -157,7 +157,7 @@ win32:!winrt { } macx { !disable-prebuilts { - LIBS += -lssl.3 -lcrypto.3 -lavcodec.62 -lavutil.60 -lswscale.9 -lopus -lSDL2 -lSDL2_ttf + LIBS += -lssl.3 -lcrypto.3 -lavcodec.62 -lavutil.60 -lswscale.9 -lopus.0 -lSDL2 -lSDL2_ttf CONFIG += discord-rpc } diff --git a/setup-deps.ps1 b/setup-deps.ps1 index c7a0994d..c2e566f1 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 = "v3" +$Tag = "v4" if (Test-Path $TargetDir) { Write-Host "Cleaning target directory..." -ForegroundColor Cyan diff --git a/setup-deps.py b/setup-deps.py index 05ec179c..a98a21e2 100644 --- a/setup-deps.py +++ b/setup-deps.py @@ -7,7 +7,7 @@ import shutil ORGANIZATION = "moonlight-stream" PREBUILT_REPO = "moonlight-qt-deps" -TAG = "v3" +TAG = "v4" def get_platform_config(): system = platform.system()