Commit 21ccb8db9 for imagemagick.org

commit 21ccb8db947ed76bfccb92ba1f130152b6ae9c3f
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Tue Feb 3 19:38:58 2026 +0100

    Removed temporary patch.

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ebdbeb642..64c5a3560 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -399,20 +399,6 @@ jobs:
           tenant-id: ${{secrets.AZURE_TENANT_ID}}
           subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}

-      - name: Install TrustedSigningClientTools
-        run: |
-          $DownloadUrl = "https://download.microsoft.com/download/6d9cb638-4d5f-438d-9f21-23f0f4405944/TrustedSigningClientTools.msi"
-          $DownloadPath = "$env:TEMP\TrustedSigningClientTools.msi"
-          Invoke-WebRequest -Uri $DownloadUrl -OutFile $DownloadPath -UseBasicParsing
-
-          $InstallDir = "$env:ProgramData\Caphyon\Advanced Installer\TrustedSigningClientTools\1.0.0"
-          New-Item -ItemType Directory -Path $InstallDir -Force | Out-Null
-
-          $process = Start-Process -FilePath "msiexec.exe" -ArgumentList @("/a", "`"$DownloadPath`"", "/qr", "TARGETDIR=`"$InstallDir`"") -Wait -PassThru -NoNewWindow
-          if ($process.ExitCode -ne 0) {
-            throw "Install failed with exit code: $($process.ExitCode)"
-          }
-
       - name: Create msixbundle with Advanced Installer
         uses: caphyon/advinst-github-action@f7e45a75aba48b695fafc344f61adf634d41fe4e # v2.0
         with: