From ca2b0b003260b642aa18b571f4973e5e51f48d53 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 2 Nov 2010 00:37:40 +0100 Subject: [PATCH] Bugfix: niminst: nimrod is not default dir for *every* project --- tools/inno.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}