From 29813a6f822af57db770c5a42a636b849ed10353 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Sun, 27 Apr 2025 14:12:00 -0400 Subject: [PATCH] [Minor] Update WinSparkle Version --- .github/workflows/windows-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 6e681f54..a44a20cd 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -113,9 +113,9 @@ jobs: - name: Download winsparkle run: | - Invoke-Webrequest -UseBasicParsing https://github.com/vslavik/winsparkle/releases/download/v0.8.3/WinSparkle-0.8.3.zip -OutFile out.zip + Invoke-Webrequest -UseBasicParsing https://github.com/vslavik/winsparkle/releases/download/v0.9.0/WinSparkle-0.9.0.zip -OutFile out.zip Expand-Archive out.zip - Move-Item 'out\WinSparkle-0.8.3\Release\*' '.\' + Move-Item 'out\WinSparkle-0.9.0\Release\*' '.\' - name: Build EDMC run: |