From bc8f72f68c8397f7c15f4b0a9f3d970c60739325 Mon Sep 17 00:00:00 2001 From: Dan Macumber Date: Sun, 19 Jul 2026 16:22:54 -0600 Subject: [PATCH] Install QtIFW even for forks --- .github/workflows/app_build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/app_build.yml b/.github/workflows/app_build.yml index 4f8fd988b..6371db270 100644 --- a/.github/workflows/app_build.yml +++ b/.github/workflows/app_build.yml @@ -282,8 +282,13 @@ jobs: cd .. && rm -Rf codesigning + - name: "Install patched QtIFW (macOS)" + if: runner.os == 'macOS' + run: | + set -x + brew list aria2 || brew install aria2 + mkdir $RUNNER_TEMP/QtIFW && cd $RUNNER_TEMP/QtIFW # Download my patched QtIFW - mkdir QtIFW && cd QtIFW aria2c https://github.com/jmarrec/QtIFW-fixup/releases/download/v5.0.0-dev-with-fixup/QtIFW-5.0.0-${{ matrix.arch }}.zip xattr -r -d com.apple.quarantine ./QtIFW-5.0.0-${{ matrix.arch }}.zip unzip QtIFW-5.0.0-${{ matrix.arch }}.zip