From d1b4751246efba0b615133e721c730e1342885c0 Mon Sep 17 00:00:00 2001 From: Peter L Jones Date: Thu, 26 Dec 2024 16:47:19 +0000 Subject: [PATCH] And bump Qt and MSVC in randomly located script --- windows/deploy_windows.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deploy_windows.ps1 b/windows/deploy_windows.ps1 index 54cbd13df5..004d9a25f4 100644 --- a/windows/deploy_windows.ps1 +++ b/windows/deploy_windows.ps1 @@ -1,9 +1,9 @@ param ( # Replace default path with system Qt installation folder if necessary [string] $QtInstallPath32 = "C:\Qt\5.15.2", - [string] $QtInstallPath64 = "C:\Qt\5.15.2", + [string] $QtInstallPath64 = "C:\Qt\6.8.1", [string] $QtCompile32 = "msvc2019", - [string] $QtCompile64 = "msvc2019_64", + [string] $QtCompile64 = "msvc2022_64", # Important: # - Do not update ASIO SDK without checking for license-related changes. # - Do not copy (parts of) the ASIO SDK into the Jamulus source tree without