Skip to content

Commit b422296

Browse files
author
Dan Wilcox
committed
add /Applications link to dmg
1 parent bb53886 commit b422296

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ mac.dist.include = bin/data CHANGES.txt LICENSE.txt README.md
3838
# remove these from the release dist package (relative to the dist dir)
3939
mac.dist.exclude = data/icon.icns data/icon-debug.icns data/output
4040

41+
# add link to /Applications in dmg
42+
mac.dmg.appslink = true
43+
4144
# codesign identity, usually a Developer ID Application string
4245
# REPLACE this with your own or set it via the commandline:
4346
# make app dist-dmg mac.codesign.identity="Foo Bar Baz Developers"

0 commit comments

Comments
 (0)