Skip to content

Commit

Permalink
Build: Bump NSIS from 3.08 to 3.09
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 13, 2023
1 parent e432d82 commit d74dc40
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.08",
[string] $NsisUrl = "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.08/nsis-3.08.zip",
[string] $NsisName = "nsis-3.09",
[string] $NsisUrl = "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.09/nsis-3.09.zip",
[string] $BuildOption = ""
)

Expand Down

0 comments on commit d74dc40

Please sign in to comment.