mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 12:08:50 +03:00
run the macdeployqt command from the build dir
This commit is contained in:
parent
9ed87ef3f4
commit
b95c13f3a2
1 changed files with 1 additions and 2 deletions
|
@ -27,6 +27,5 @@ cmake --build build
|
||||||
git clone https://github.com/Nheko-Reborn/qt-jdenticon.git
|
git clone https://github.com/Nheko-Reborn/qt-jdenticon.git
|
||||||
cd qt-jdenticon && qmake && make -j 4
|
cd qt-jdenticon && qmake && 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/
|
||||||
)
|
)
|
||||||
|
|
||||||
macdeployqt nheko.app -always-overwrite -qmldir=../resources/qml/
|
|
Loading…
Reference in a new issue