run the macdeployqt command from the build dir

This commit is contained in:
Joseph Donofry 2022-10-24 19:47:20 -04:00
parent 9ed87ef3f4
commit b95c13f3a2
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -27,6 +27,5 @@ cmake --build build
git clone https://github.com/Nheko-Reborn/qt-jdenticon.git
cd qt-jdenticon && qmake && make -j 4
cp libqtjdenticon.dylib ../nheko.app/Contents/MacOS
)
macdeployqt nheko.app -always-overwrite -qmldir=../resources/qml/
)