summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2022-10-28 10:13:41 -0400
committerJoseph Donofry <joedonofry@gmail.com>2022-10-28 10:13:41 -0400
commitb92a3b8df5f7f2c4b87d3150902bd81303ecafc3 (patch)
tree03bcd39a6e6ee66bafa14776d1fc6e48c51eb187 /.ci
parentd8669ccf3d4429e44caa87e2592b3bc3afa4e41c (diff)
Make sure we use qt5 macdeployqt
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/macos/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh
index ef95181c..5724b438 100755
--- a/.ci/macos/build.sh
+++ b/.ci/macos/build.sh
@@ -28,5 +28,5 @@ cmake --build build
make -j 4
cp libqtjdenticon.dylib ../nheko.app/Contents/MacOS
)
- macdeployqt nheko.app -always-overwrite -qmldir=../resources/qml/
+ "$(brew --prefix qt5)/bin/macdeployqt" nheko.app -always-overwrite -qmldir=../resources/qml/
)