summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mac
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mac')
-rw-r--r--crawl-ref/source/mac/Makefile.app-bundle5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/mac/Makefile.app-bundle b/crawl-ref/source/mac/Makefile.app-bundle
index 3748714532..fff76edfe1 100644
--- a/crawl-ref/source/mac/Makefile.app-bundle
+++ b/crawl-ref/source/mac/Makefile.app-bundle
@@ -71,7 +71,7 @@ zip-app-bundle:
create-bundle-directory: $(BUNDLE_DIRNAME)
$(BUNDLE_DIRNAME):
- mkdir -p "$@"/Contents/{MacOS,Resources}
+ mkdir -p "$@"/Contents/{MacOS/contrib,Resources}
# The console Crawl bundle has a shell script launcher that uses the
# real executable from Contents/Resources, so an extra copy for the wrapper+
@@ -83,6 +83,9 @@ ifndef TILE_APP
endif
copy-resources:
+ifdef TILE_APP
+ cp -r $(CRAWL_SRC)/contrib/fonts $(BUNDLE_DIRNAME)/Contents/MacOS/contrib
+endif
cp $(CRAWL_SRC)/mac/Crawl.icns $(RESOURCES)
cp -r $(CRAWL_BASE)/settings $(RESOURCES)
cp -r $(CRAWL_SRC)/dat $(RESOURCES)