From 6f1479fd9cc30bf53967fa1aac6174f3088f37a2 Mon Sep 17 00:00:00 2001 From: Timo Schwarzer Date: Sun, 30 Jun 2024 22:00:06 +0200 Subject: [PATCH] Update to Inno Setup 6.3.2 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93c9400..869ef31 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -300,10 +300,10 @@ jobs: - name: Check out repository code uses: actions/checkout@v2 - - name: Install Inno setup 6.3.1 + - name: Install Inno setup 6.3.2 run: | Invoke-WebRequest -Uri "https://jrsoftware.org/download.php/is.exe" -OutFile innosetup.exe - if ((Get-FileHash innosetup.exe).Hash -eq "0d17934f1668eeb96f11145621c88d20d164d3013bc6fb124458086e82d68d1f") { + if ((Get-FileHash innosetup.exe).Hash -eq "8230c521688841b590d5f62a21dfa1603db1c7c04c8b652ba237e9a248c40cde") { Start-Process .\innosetup.exe -ArgumentList "/VERYSILENT /LOG=innosetup.log" -NoNewWindow -Wait Get-Content innosetup.log } else {