diff --git a/tools/inno.tmpl b/tools/inno.tmpl index ce800b1de8..7c72149f2a 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)}