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.
2 parents fe88e3e + f702e74 commit 165efbcCopy full SHA for 165efbc
windows/deploy_windows.ps1
@@ -13,8 +13,8 @@ param (
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",
16
- [string] $NsisName = "nsis-3.10",
17
- [string] $NsisUrl = "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.10/nsis-3.10.zip",
+ [string] $NsisName = "nsis-3.11",
+ [string] $NsisUrl = "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.11/nsis-3.11.zip",
18
[string] $BuildOption = ""
19
)
20
0 commit comments