From d74dc40c63342d115f9c5159b7ff935ebc92fed6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Jul 2023 21:06:18 +0000 Subject: [PATCH] Build: Bump NSIS from 3.08 to 3.09 --- 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 ee0e26a26f..16b6b91efb 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.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 = "" )