Skip to content

Commit

Permalink
Build: Bump NSIS from 3.09 to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 14, 2024
1 parent f965518 commit 60bf80e
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 60bf80e

Please sign in to comment.