diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-19 23:26:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-19 23:26:44 +0000 |
| commit | 00bb1664cb6e311c7409c3912f00f41af2b787eb (patch) | |
| tree | e794b3fb657b8abc62d18bbf6de74464953d38b2 | |
| parent | d70bff73fa572731c0deeb3ae1feccec8a24dcce (diff) | |
Try to add a READ ME to the .dmg.
| -rw-r--r-- | platform/osx/make_dmg.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index a83857d09..4e9dc09ba 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -183,6 +183,11 @@ function make_dmg { mkdir -p $vol_name 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! +EOF rm -f $tmp_dmg "$dmg" hdiutil create -srcfolder $vol_name -volname $vol_name -fs HFS+ -fsargs "-c c=64,a=16,e=16" -format UDRW -size $DMG_SIZE $tmp_dmg |
