From: Chris Hanson Date: Thu, 1 Nov 2018 05:41:45 +0000 (-0700) Subject: Make macos dmg file read only. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~126^2 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a384578df417cb7b2f2096ece145de9d3ba04f04;p=mit-scheme.git Make macos dmg file read only. --- diff --git a/dist/make-macosx-app b/dist/make-macosx-app index dad39e2d6..2cb2c8a7b 100755 --- a/dist/make-macosx-app +++ b/dist/make-macosx-app @@ -64,6 +64,7 @@ make_dmg () my_ln_s /Applications "${DMG_DIR}"/. my_rm_f "${DMG_FILE}" create-dmg --volname "MIT-GNU Scheme ${RELEASE}" "${DMG_FILE}" "${DMG_DIR}" + make_read_only "${DMG_FILE}" } notify "Compiling executable"