Skip to content
Snippets Groups Projects
Verified Commit b15d889d authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix double nested nheko folder

parent 3e34f9de
No related branches found
No related tags found
No related merge requests found
Pipeline #4924 failed
......@@ -14,7 +14,7 @@ export CMAKE_PREFIX_PATH
cmake -GNinja -S. -Bbuild \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX="nheko.app" \
-DCMAKE_INSTALL_PREFIX="nheko.temp" \
-DHUNTER_ROOT="../.hunter" \
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \
......@@ -27,9 +27,11 @@ cmake --install build
( cd qt-jdenticon
qmake
make -j 4
cp libqtjdenticon.dylib ../../nheko.app/Contents/MacOS
cp libqtjdenticon.dylib ../../nheko.temp/nheko.app/Contents/MacOS
)
# "$(brew --prefix qt6)/bin/macdeployqt" nheko.app -always-overwrite -qmldir=../resources/qml/
# # workaround for https://bugreports.qt.io/browse/QTBUG-100686
# cp "$(brew --prefix brotli)/lib/libbrotlicommon.1.dylib" nheko.app/Contents/Frameworks/libbrotlicommon.1.dylib
)
mv nheko.temp/nheko.app nheko.app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment