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