diff options
-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 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)} |