Skip to content

Commit

Permalink
Reveal the dmg in Finder after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kainjow committed Apr 21, 2016
1 parent 8c57251 commit f32b043
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/build_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ cp "${SRC_PRODUCT_PATH}/Contents/Resources/ReleaseNotes.html" "${DMG_SRC_DIR}"
hdiutil create -layout NONE -srcfolder "${DMG_SRC_DIR}" "$DMG_DST_PATH"
hdiutil verify "$DMG_DST_PATH"

rm -r "${DMG_SRC_DIR}"
rm -r "${DMG_SRC_DIR}"

# Reveal the file in Finder
open -R "$DMG_DST_PATH"

0 comments on commit f32b043

Please sign in to comment.