mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 21:35:37 +00:00
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:
parent
9e1965197d
commit
15dc948d7f
@ -284,6 +284,8 @@ EOF
|
||||
if [[ -d ${lcdir} ]] cp -v ${file} ${lcdir}/
|
||||
done
|
||||
|
||||
ln -s /Applications ${dmgbase}/
|
||||
|
||||
cat <<EOF > $dmgcnt/PkgInfo
|
||||
APPL????
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user