summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2010-11-02 00:37:40 +0100
committerAraq <rumpf_a@web.de>2010-11-02 00:37:40 +0100
commitca2b0b003260b642aa18b571f4973e5e51f48d53 (patch)
tree9accc5584d3b44e33fe761d4b540e6a8ee336bbc /tools
parent651686cdfef62f452e9604301e09f36da08fa764 (diff)
downloadNim-ca2b0b003260b642aa18b571f4973e5e51f48d53.tar.gz
Bugfix: niminst: nimrod is not default dir for *every* project
Diffstat (limited to 'tools')
-rwxr-xr-xtools/inno.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inno.tmpl b/tools/inno.tmpl
index ce800b1de..7c72149f2 100755
--- a/tools/inno.tmpl
+++ b/tools/inno.tmpl
@@ -5,7 +5,7 @@
 [Setup]
 AppName=$c.displayName
 AppVerName=$c.displayName $c.version
-DefaultDirName={code:GiveMeAPath|nimrod}
+DefaultDirName={code:GiveMeAPath|c.displayName}
 DefaultGroupName=$c.displayName
 AllowNoIcons=yes
 LicenseFile=${expandFilename(c.license)}