summary refs log tree commit diff
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
parentTurn metasync and sync back on for the database to account for bad filesystems (diff)
downloadnheko-b92a3b8df5f7f2c4b87d3150902bd81303ecafc3.tar.xz
Make sure we use qt5 macdeployqt
-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/ )