The Windows installer now needs to get its files from bindistprep/
authorIan Lynagh <igloo@earth.li>
Wed, 30 Sep 2009 22:47:46 +0000 (22:47 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 30 Sep 2009 22:47:46 +0000 (22:47 +0000)
distrib/ghc.iss.in

index f7a4803..bd38861 100644 (file)
@@ -14,7 +14,7 @@ ChangesEnvironment=yes
 
 
 [Files]
-Source: "ghc-@ProjectVersion@\*"; DestDir: "{app}"; Flags: recursesubdirs
+Source: "bindistprep\ghc-@ProjectVersion@\*"; DestDir: "{app}"; Flags: recursesubdirs
 
 [Icons]
 Name: "{group}\@ProjectVersion@\GHCi"; Filename: "{app}\bin\ghci.exe"