We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f4f24 commit b85c640Copy full SHA for b85c640
windows/deploy_windows.ps1
@@ -11,8 +11,8 @@ param (
11
#
12
# The following version pinnings are semi-automatically checked for
13
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
14
- [string] $AsioSDKName = "asiosdk_2.3.3_2019-06-14",
15
- [string] $AsioSDKUrl = "https://download.steinberg.net/sdk_downloads/asiosdk_2.3.3_2019-06-14.zip",
+ [string] $AsioSDKName = "asiosdk_2.3.4_2025-10-15",
+ [string] $AsioSDKUrl = "https://download.steinberg.net/sdk_downloads/asiosdk_2.3.4_2025-10-15.zip",
16
[string] $NsisName = "nsis-3.11",
17
[string] $NsisUrl = "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.11/nsis-3.11.zip",
18
[string] $BuildOption = ""
0 commit comments