From 5f7e2afeedc4b21d9b954b7d52ed29eb5c30c023 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 17 Jan 2020 16:48:29 +0100 Subject: [PATCH] fix osxbundle build step --- nymea-app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nymea-app.pro b/nymea-app.pro index 72a2fc1c..8d9694ff 100644 --- a/nymea-app.pro +++ b/nymea-app.pro @@ -66,7 +66,7 @@ osxbundle.commands += mv /Volumes/nymea-app/nymea-app.app /Volumes/nymea-app/nym osxbundle.commands += tar -xpf $$top_srcdir/packaging/osx/template.tar -C /Volumes/nymea-app/ && osxbundle.commands += hdiutil eject /Volumes/nymea-app && osxbundle.commands += hdiutil convert nymea-app_writable.dmg -format UDRO -o ../nymea-app-osx-bundle-$${APP_VERSION}.dmg && -osxbundle.commands += rm nymea-app.dmg nymea-app_writable.dmg && +osxbundle.commands += rm nymea-app.dmg nymea-app_writable.dmg QMAKE_EXTRA_TARGETS += osxbundle # Create a .pkg osx installer. We're dropping the QtWebEngineCore framework as that's not app store compliant