Mac build script: include symlink to /Applications

This allows users to install the application easily by dragging &
dropping the application onto the symlink.
This commit is contained in:
Moritz Bunkus 2015-07-20 20:59:28 +02:00
parent 9e1965197d
commit 15dc948d7f

View File

@ -284,6 +284,8 @@ EOF
if [[ -d ${lcdir} ]] cp -v ${file} ${lcdir}/
done
ln -s /Applications ${dmgbase}/
cat <<EOF > $dmgcnt/PkgInfo
APPL????
EOF