Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions make_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Available options:
-I <integer> Specify dmg icons size in Finder. If not specified, defaults to 72.
-V Add bundle version to dmg name as a suffix. Version is read from bundle's Info.plist file.

-v Print version acnd copyright and exit.
-v Print version and copyright and exit.
-h Print help and exit.
-l Print license info and exit.

Expand Down Expand Up @@ -307,7 +307,7 @@ echo "$APPLESCRIPT" | osascript

echo "done!"

echo "*** Converting tempoprary dmg image in compressed readonly final image... "
echo "*** Converting temporary dmg image in compressed readonly final image... "
echo " * Changing mode and syncing..."
chmod -Rf go-w /Volumes/"${VOL_NAME}"
sync
Expand Down