aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/package-application.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/package-application.sh')
-rwxr-xr-xScripts/package-application.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Scripts/package-application.sh b/Scripts/package-application.sh
index 9708a075..002d51ce 100755
--- a/Scripts/package-application.sh
+++ b/Scripts/package-application.sh
@@ -90,4 +90,7 @@ then
echo "$SIGNATURE" > "${DMG_BUILD_PATH}/${DMG_NAME}.dmg.signature"
fi
+echo "Disk image created at ${DMG_BUILD_PATH}/${DMG_NAME}.dmg and signature placed next to it"
+open -R "${DMG_BUILD_PATH}"
+
exit 0