Bugfix: niminst: nimrod is not default dir for *every* project

This commit is contained in:
Araq
2010-11-02 00:37:40 +01:00
parent 651686cdfe
commit ca2b0b0032

View File

@@ -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)}