diff options
author | rowanbeentje <rowan@beent.je> | 2015-05-25 22:22:55 +0100 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2015-05-29 22:33:44 +0100 |
commit | adae108f52f2759e3e690160552182e65a716f18 (patch) | |
tree | 1f2eb31dfe5d048c6658e85306ace0cc4f4ffec8 /Scripts/package-application.sh | |
parent | c7488d7bd4b6cc20170e463b4d743cd27fc15b46 (diff) | |
download | sequelpro-adae108f52f2759e3e690160552182e65a716f18.tar.gz sequelpro-adae108f52f2759e3e690160552182e65a716f18.tar.bz2 sequelpro-adae108f52f2759e3e690160552182e65a716f18.zip |
Rework distribution code signing, amending it to support version 2 resource envelopes, and add a Scheme which invokes it as part of building
Diffstat (limited to 'Scripts/package-application.sh')
-rwxr-xr-x | Scripts/package-application.sh | 3 |
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 |