Try to add a READ ME to the .dmg.
authorCarl Hetherington <cth@carlh.net>
Mon, 19 Mar 2018 23:26:44 +0000 (23:26 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 19 Mar 2018 23:26:44 +0000 (23:26 +0000)
platform/osx/make_dmg.sh

index a83857d0924aeb4860512eb842c19735f602eeed..4e9dc09bac938b1a0926764c6ec117fd893d0728 100644 (file)
@@ -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