mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Make sure we use qt5 macdeployqt
This commit is contained in:
parent
d8669ccf3d
commit
b92a3b8df5
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ cmake --build build
|
||||||
make -j 4
|
make -j 4
|
||||||
cp libqtjdenticon.dylib ../nheko.app/Contents/MacOS
|
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/
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue