From 15dc948d7ffb786f65d616200ef6f4e3ff9377d4 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 20 Jul 2015 20:59:28 +0200 Subject: [PATCH] Mac build script: include symlink to /Applications This allows users to install the application easily by dragging & dropping the application onto the symlink. --- build/macos/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/macos/build.sh b/build/macos/build.sh index 0f6018072..41a2b382f 100755 --- a/build/macos/build.sh +++ b/build/macos/build.sh @@ -284,6 +284,8 @@ EOF if [[ -d ${lcdir} ]] cp -v ${file} ${lcdir}/ done + ln -s /Applications ${dmgbase}/ + cat < $dmgcnt/PkgInfo APPL???? EOF