Skip to content

Commit

Permalink
add /Applications link to dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wilcox committed Nov 24, 2022
1 parent bb53886 commit b422296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ mac.dist.include = bin/data CHANGES.txt LICENSE.txt README.md
# remove these from the release dist package (relative to the dist dir)
mac.dist.exclude = data/icon.icns data/icon-debug.icns data/output

# add link to /Applications in dmg
mac.dmg.appslink = true

# codesign identity, usually a Developer ID Application string
# REPLACE this with your own or set it via the commandline:
# make app dist-dmg mac.codesign.identity="Foo Bar Baz Developers"
Expand Down

0 comments on commit b422296

Please sign in to comment.