Skip to content

Commit bb53886

Browse files
author
Dan Wilcox
committed
don't dist output dir
1 parent 3e015ba commit bb53886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mac.dist.version := $(shell /usr/libexec/PlistBuddy -c "Print :CFBundleShortVers
3636
mac.dist.include = bin/data CHANGES.txt LICENSE.txt README.md
3737

3838
# remove these from the release dist package (relative to the dist dir)
39-
mac.dist.exclude = data/icon.icns data/icon-debug.icns
39+
mac.dist.exclude = data/icon.icns data/icon-debug.icns data/output
4040

4141
# codesign identity, usually a Developer ID Application string
4242
# REPLACE this with your own or set it via the commandline:

0 commit comments

Comments
 (0)