mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 14:03:23 +00:00
Bugfix: niminst: nimrod is not default dir for *every* project
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user