Skip to content
Snippets Groups Projects
Commit 51e190b8 authored by Don Gagne's avatar Don Gagne
Browse files

Split hdiutil step separate from macdeployqt

hdiutil called from inside macdelpoyqt was failing. Managed to get it
not to fail by changing layout to SPUD instead of GPTSPUD.
Unfortunately know idea why this works!
parent 95f92dc3
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@
installer {
MacBuild {
QMAKE_POST_LINK += && $$dirname(QMAKE_QMAKE)/macdeployqt $${DESTDIR}/qgroundcontrol.app -dmg
QMAKE_POST_LINK += && $$dirname(QMAKE_QMAKE)/macdeployqt $${DESTDIR}/qgroundcontrol.app
QMAKE_POST_LINK += && hdiutil create -layout SPUD -srcfolder $${DESTDIR}/qgroundcontrol.app -volname qgroundcontrol $${DESTDIR}/qgroundcontrol.dmg
}
WindowsBuild {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment