summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mac
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-08-10 19:43:26 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-08-10 19:43:26 +0200
commitfb03cd1a7cfab95c8747680fc48ca5c1279e304e (patch)
tree6a5fca9f720a47dc8ab5cd952d7af91b80cee3b3 /crawl-ref/source/mac
parentbfed2af4aa5c5299e258c302bd597c8a0006de55 (diff)
downloadcrawl-ref-fb03cd1a7cfab95c8747680fc48ca5c1279e304e.tar.gz
crawl-ref-fb03cd1a7cfab95c8747680fc48ca5c1279e304e.zip
Never use version hash in exact releases.
Diffstat (limited to 'crawl-ref/source/mac')
-rw-r--r--crawl-ref/source/mac/Makefile.app-bundle4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mac/Makefile.app-bundle b/crawl-ref/source/mac/Makefile.app-bundle
index 8d8fa91082..9a45316543 100644
--- a/crawl-ref/source/mac/Makefile.app-bundle
+++ b/crawl-ref/source/mac/Makefile.app-bundle
@@ -22,7 +22,7 @@ BUNDLE_NAME := Dungeon\ Crawl\ Stone\ Soup\ -\ Terminal
EXECUTABLE_PATH := crawl
endif
-ZIP_NAME = stone_soup-$(SRC_VERSION_SHORT)$(ZIP_QUALIFIER)-macosx$(ZIP_ARCH).zip
+ZIP_NAME = stone_soup-$(SRC_VERSION)$(ZIP_QUALIFIER)-macosx$(ZIP_ARCH).zip
STAGING_DIR := $(CRAWL_SRC)/build/app-bundle-stage
ZIPPED_APP_DIR := $(CRAWL_SRC)/mac-app-zips
@@ -81,7 +81,7 @@ ifdef TILE_APP
endif
copy-info-plist:
- perl -lpe "s/%VERSION%/$(SRC_VERSION_SHORT)/g;" \
+ perl -lpe "s/%VERSION%/$(SRC_VERSION)/g;" \
-e "s/%NAME%/$(APP_NAME)/g;" \
-e "s/%YEAR%/(localtime)[5] + 1900/ge" \
Crawl-Info.plist >$(BUNDLE_DIRNAME)/Contents/Info.plist