Skip to content

Commit 30f82cc

Browse files
committed
Test different ASIO name
1 parent c785b23 commit 30f82cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

windows/deploy_windows.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ param (
1111
#
1212
# The following version pinnings are semi-automatically checked for
1313
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
14-
[string] $AsioSDKName = "asiosdk_2.3.3_2019-06-14",
14+
#[string] $AsioSDKName = "asiosdk_2.3.3_2019-06-14",
15+
[string] $AsioSDKName = "ASIOSDK",
1516
[string] $AsioSDKUrl = "https://download.steinberg.net/sdk_downloads/asiosdk_2.3.3_2019-06-14.zip",
1617
[string] $NsisName = "nsis-3.11",
1718
[string] $NsisUrl = "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.11/nsis-3.11.zip",

0 commit comments

Comments
 (0)