From 3acc31649a2f3b1535d19e8449e71eb6bb0504da Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Wed, 20 Sep 2017 13:22:07 +0300 Subject: [PATCH 1/2] Fix a typo in make_dmg.sh --- make_dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_dmg.sh b/make_dmg.sh index 06fced7..3bc4044 100755 --- a/make_dmg.sh +++ b/make_dmg.sh @@ -29,7 +29,7 @@ Available options: -I 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. From 843709af53c05d54f7c3cd3df9bb126819fb98bf Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Thu, 21 Sep 2017 14:43:13 +0300 Subject: [PATCH 2/2] Fix a typo in make_dmg.sh --- make_dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_dmg.sh b/make_dmg.sh index 3bc4044..3e2e136 100755 --- a/make_dmg.sh +++ b/make_dmg.sh @@ -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