From 60bf80e4a42b9ad528172ac31ce26fe7d61fcbef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Jun 2024 15:30:41 +0000 Subject: [PATCH] Build: Bump NSIS from 3.09 to 3.10 --- windows/deploy_windows.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deploy_windows.ps1 b/windows/deploy_windows.ps1 index 7ea6092d5a..54cbd13df5 100644 --- a/windows/deploy_windows.ps1 +++ b/windows/deploy_windows.ps1 @@ -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 = "" )