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 f965518 + 60bf80e commit 53d3f09Copy full SHA for 53d3f09
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.09",
17
- [string] $NsisUrl = "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.09/nsis-3.09.zip",
+ [string] $NsisName = "nsis-3.10",
+ [string] $NsisUrl = "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.10/nsis-3.10.zip",
18
[string] $BuildOption = ""
19
)
20
0 commit comments