summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2010-11-02 00:40:05 +0100
committerAraq <rumpf_a@web.de>2010-11-02 00:40:05 +0100
commitf3ae93f33e15fcb99730922957efd65f95e9c7a5 (patch)
treef15f60158669cfb50ca997a164083759f4811726 /tools
parentc921a834ad33f62761381fca8f63df12b4148a1a (diff)
downloadNim-f3ae93f33e15fcb99730922957efd65f95e9c7a5.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 7c72149f2..e8fa824a1 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|c.displayName}
+DefaultDirName={code:GiveMeAPath|$c.displayName}
 DefaultGroupName=$c.displayName
 AllowNoIcons=yes
 LicenseFile=${expandFilename(c.license)}