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 3e015ba commit bb53886Copy full SHA for bb53886
Makefile
@@ -36,7 +36,7 @@ mac.dist.version := $(shell /usr/libexec/PlistBuddy -c "Print :CFBundleShortVers
36
mac.dist.include = bin/data CHANGES.txt LICENSE.txt README.md
37
38
# remove these from the release dist package (relative to the dist dir)
39
-mac.dist.exclude = data/icon.icns data/icon-debug.icns
+mac.dist.exclude = data/icon.icns data/icon-debug.icns data/output
40
41
# codesign identity, usually a Developer ID Application string
42
# REPLACE this with your own or set it via the commandline:
0 commit comments