diff options
author | Ian Lynagh <igloo@earth.li> | 2010-03-26 23:59:34 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-03-26 23:59:34 +0000 |
commit | 200b2084ff80d119c0284cffc4f0d3da69df26a7 (patch) | |
tree | e12cb5fd6a17718b691c028449a136a1fe5ec2bf /distrib | |
parent | 9e243346e94002e4daf1633ec2a69e974fa6332d (diff) | |
download | haskell-200b2084ff80d119c0284cffc4f0d3da69df26a7.tar.gz |
Fix the ghci startmenu item
I'm not sure what changed, but it now doesn't work for me without
the "Start in" field being set.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/ghc.iss.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/ghc.iss.in b/distrib/ghc.iss.in index 7a6d007766..0dc7b13f51 100644 --- a/distrib/ghc.iss.in +++ b/distrib/ghc.iss.in @@ -18,7 +18,7 @@ LicenseFile=distrib/windows-installer-licences.txt Source: "bindistprep\ghc-@ProjectVersion@\*"; DestDir: "{app}"; Flags: recursesubdirs [Icons] -Name: "{group}\@ProjectVersion@\GHCi"; Filename: "{app}\bin\ghci.exe" +Name: "{group}\@ProjectVersion@\GHCi"; Filename: "{app}\bin\ghci.exe"; WorkingDir: "{app}\bin" Name: "{group}\@ProjectVersion@\GHC Documentation"; Filename: "{app}\doc\html\index.html" Name: "{group}\@ProjectVersion@\GHC Library Documentation"; Filename: "{app}\doc\html\libraries\index.html" Name: "{group}\@ProjectVersion@\GHC Flag Reference"; Filename: "{app}\doc\html\users_guide\flag-reference.html" |