Skip to content

Commit 165efbc

Browse files
authored
Merge pull request #3483 from jamulussoftware/ci/bump-dependencies/NSIS
Build: Bump NSIS from 3.10 to 3.11 (Automated PR)
2 parents fe88e3e + f702e74 commit 165efbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/deploy_windows.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ param (
1313
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
1414
[string] $AsioSDKName = "asiosdk_2.3.3_2019-06-14",
1515
[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",
16+
[string] $NsisName = "nsis-3.11",
17+
[string] $NsisUrl = "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.11/nsis-3.11.zip",
1818
[string] $BuildOption = ""
1919
)
2020

0 commit comments

Comments
 (0)