From 9fcadd50eaa8b68668451ec390682809e50c7265 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Mon, 14 Apr 2014 10:36:38 +0200 Subject: [PATCH] [Mac] Fixed invocation of create_dmg.sh in macdeploy.sh --- mac/create_dmg.sh | 1 - mac/macdeploy.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/create_dmg.sh b/mac/create_dmg.sh index 20897099f..ee14e7e95 100755 --- a/mac/create_dmg.sh +++ b/mac/create_dmg.sh @@ -3,7 +3,6 @@ BUNDLE_PATH=bin test -d bin || BUNDLE_PATH=../bin - echo "We just want to make sure it's not in use" hdiutil detach /tmp/tmp-release-qupzilla diff --git a/mac/macdeploy.sh b/mac/macdeploy.sh index 3935f8c62..19c97f3ef 100755 --- a/mac/macdeploy.sh +++ b/mac/macdeploy.sh @@ -36,5 +36,6 @@ done $MACDEPLOYQT QupZilla.app # create final dmg image +cd ../scripts ./create_dmg.sh