summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/crawl.nsi
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-02-15 15:40:03 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-02-16 00:34:11 +0100
commitad22f2c098fbe0b112d6f9f64c9bd6a199edc93f (patch)
treeaa8bf1db17f82a0dec4ce7fcd9c28e23e7257e5f /crawl-ref/source/util/crawl.nsi
parentf8d36ccedbc560be2ea11611b87bbd41ff3d6f70 (diff)
downloadcrawl-ref-ad22f2c098fbe0b112d6f9f64c9bd6a199edc93f.tar.gz
crawl-ref-ad22f2c098fbe0b112d6f9f64c9bd6a199edc93f.zip
Mark win64 builds as -win64- rather than -win32-.
Not that there's much point in them...
Diffstat (limited to 'crawl-ref/source/util/crawl.nsi')
-rw-r--r--crawl-ref/source/util/crawl.nsi6
1 files changed, 5 insertions, 1 deletions
diff --git a/crawl-ref/source/util/crawl.nsi b/crawl-ref/source/util/crawl.nsi
index cf4aa33646..c0e19358f9 100644
--- a/crawl-ref/source/util/crawl.nsi
+++ b/crawl-ref/source/util/crawl.nsi
@@ -14,8 +14,12 @@ SetCompressor /SOLID lzma
!include "MultiUser.nsh"
!include "MUI2.nsh"
+!ifndef WINARCH
+ !define WINARCH "win32"
+!endif
+
Name "${DCSS} ${VERSION}"
-Outfile "stone_soup-${VERSION}-win32-installer.exe"
+Outfile "stone_soup-${VERSION}-${WINARCH}-installer.exe"
XPStyle on
!define MUI_ICON util\crawl.ico