From 200b2084ff80d119c0284cffc4f0d3da69df26a7 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 26 Mar 2010 23:59:34 +0000 Subject: [PATCH] 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. --- distrib/ghc.iss.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/ghc.iss.in b/distrib/ghc.iss.in index 7a6d007..0dc7b13 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" -- 1.7.10.4