From 0c1121f02276993c055bf2e21d46be5a0934126a Mon Sep 17 00:00:00 2001 From: Timo Schwarzer Date: Sat, 13 Jul 2024 20:21:59 +0200 Subject: [PATCH] Update Inno Setup to 6.3.3 --- .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 869ef31..4917ae0 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.2 + - name: Install Inno setup 6.3.3 run: | Invoke-WebRequest -Uri "https://jrsoftware.org/download.php/is.exe" -OutFile innosetup.exe - if ((Get-FileHash innosetup.exe).Hash -eq "8230c521688841b590d5f62a21dfa1603db1c7c04c8b652ba237e9a248c40cde") { + if ((Get-FileHash innosetup.exe).Hash -eq "0bcb2a409dea17e305a27a6b09555cabe600e984f88570ab72575cd7e93c95e6") { Start-Process .\innosetup.exe -ArgumentList "/VERYSILENT /LOG=innosetup.log" -NoNewWindow -Wait Get-Content innosetup.log } else {