diff options
author | Araq <rumpf_a@web.de> | 2010-11-02 00:40:05 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-11-02 00:40:05 +0100 |
commit | f3ae93f33e15fcb99730922957efd65f95e9c7a5 (patch) | |
tree | f15f60158669cfb50ca997a164083759f4811726 /tools | |
parent | c921a834ad33f62761381fca8f63df12b4148a1a (diff) | |
download | Nim-f3ae93f33e15fcb99730922957efd65f95e9c7a5.tar.gz |
Bugfix: niminst: nimrod is not default dir for *every* project
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/inno.tmpl | 2 |
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)} |