We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb53886 commit b422296Copy full SHA for b422296
Makefile
@@ -38,6 +38,9 @@ mac.dist.include = bin/data CHANGES.txt LICENSE.txt README.md
38
# remove these from the release dist package (relative to the dist dir)
39
mac.dist.exclude = data/icon.icns data/icon-debug.icns data/output
40
41
+# add link to /Applications in dmg
42
+mac.dmg.appslink = true
43
+
44
# codesign identity, usually a Developer ID Application string
45
# REPLACE this with your own or set it via the commandline:
46
# make app dist-dmg mac.codesign.identity="Foo Bar Baz Developers"
0 commit comments