diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-20 00:27:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-20 00:27:06 +0000 |
| commit | 588f2e822311bc24474f0051ed535f87f5bc6ad8 (patch) | |
| tree | 0055fefc7c376ffd866f7d3daa47113611a72190 | |
| parent | 00bb1664cb6e311c7409c3912f00f41af2b787eb (diff) | |
Tweak READ ME in .dmg.
| -rw-r--r-- | platform/osx/make_dmg.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 4e9dc09ba..bb3d6c1ae 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -184,9 +184,9 @@ function make_dmg { cp -a "$appdir" $vol_name ln -s /Applications "$vol_name/Applications" cat<<EOF > "$vol_name/READ ME.txt" - Welcome to DCP-o-matic! The first time you run the program there may be - a long (several-minute) delay while OS X checks that code for viruses and - other malware. Please be patient! +Welcome to DCP-o-matic! The first time you run the program there may be +a long (several-minute) delay while OS X checks the code for viruses and +other malware. Please be patient! EOF rm -f $tmp_dmg "$dmg" @@ -202,12 +202,13 @@ EOF set current view of container window to icon view set toolbar visible of container window to false set statusbar visible of container window to false - set the bounds of container window to {400, 200, 650, 370} + set the bounds of container window to {400, 200, 740, 370} set theViewOptions to the icon view options of container window set arrangement of theViewOptions to not arranged set icon size of theViewOptions to 64 set position of item "'$appdir'" of container window to {90, 80} set position of item "Applications" of container window to {220, 80} + set position of item "READ ME.txt" of container window to {310, 80} close open update without registering applications |
