Commit f38de9f5 authored by Don Gagne's avatar Don Gagne

Fix OSX installer problem

Would fail every other time
parent 57fc8f79
......@@ -26,7 +26,8 @@ installer {
QMAKE_POST_LINK += && cp -r $${DESTDIR}/qgroundcontrol.app .
QMAKE_POST_LINK += && $$dirname(QMAKE_QMAKE)/macdeployqt qgroundcontrol.app -verbose=2 -qmldir=src -dmg
QMAKE_POST_LINK += && rm -rf qgroundcontrol.app
QMAKE_POST_LINK += && mv qgroundcontrol.dmg release
QMAKE_POST_LINK += && cp qgroundcontrol.dmg release
QMAKE_POST_LINK += && rm -rf qgroundcontrol.dmg
}
WindowsBuild {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment