Skip to content

Commit

Permalink
Merge pull request #3254 from jamulussoftware/ci/bump-dependencies/NSIS
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Jun 21, 2024
2 parents f965518 + 60bf80e commit 53d3f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/deploy_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ param (
# updates. Verify .github/workflows/bump-dependencies.yaml when changing those manually:
[string] $AsioSDKName = "asiosdk_2.3.3_2019-06-14",
[string] $AsioSDKUrl = "https://download.steinberg.net/sdk_downloads/asiosdk_2.3.3_2019-06-14.zip",
[string] $NsisName = "nsis-3.09",
[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",
[string] $BuildOption = ""
)

Expand Down

0 comments on commit 53d3f09

Please sign in to comment.