From 520add7dbd2daa0bff2a2fe227989142ff15fb79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 22 Nov 2024 18:34:34 -0300 Subject: [PATCH] ci: Update to use macdeployqt6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae8eae9..bd4206b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: if: runner.os == 'macOS' run: | cd build/src - macdeployqt qhot.app -qmldir=../../qml -dmg + macdeployqt6 qhot.app -qmldir=../../qml -dmg cd ../.. cp build/src/qhot.dmg .