Skip to content

Commit

Permalink
And bump Qt and MSVC in randomly located script
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones committed Dec 26, 2024
1 parent a2b1be8 commit d1b4751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/deploy_windows.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d1b4751

Please sign in to comment.