Skip to content

Commit

Permalink
don't dist output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wilcox committed Nov 24, 2022
1 parent 3e015ba commit bb53886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mac.dist.version := $(shell /usr/libexec/PlistBuddy -c "Print :CFBundleShortVers
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
mac.dist.exclude = data/icon.icns data/icon-debug.icns data/output

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

0 comments on commit bb53886

Please sign in to comment.