diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2022-10-28 10:13:41 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2022-10-28 10:13:41 -0400 |
commit | b92a3b8df5f7f2c4b87d3150902bd81303ecafc3 (patch) | |
tree | 03bcd39a6e6ee66bafa14776d1fc6e48c51eb187 /.ci | |
parent | Turn metasync and sync back on for the database to account for bad filesystems (diff) | |
download | nheko-b92a3b8df5f7f2c4b87d3150902bd81303ecafc3.tar.xz |
Make sure we use qt5 macdeployqt
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/macos/build.sh | 2 |
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/ ) |