]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Updated example config path in Windows NSI script
authorAdam <Adam@anope.org>
Sun, 1 Jul 2012 23:21:41 +0000 (19:21 -0400)
committerAdam <Adam@anope.org>
Sun, 1 Jul 2012 23:21:41 +0000 (19:21 -0400)
win/inspircd.nsi

index 78f73ef0919e4817fd1711169415145edb2808f2..e263f45614f10c8a094133316c4a8def8a2099a6 100644 (file)
@@ -152,7 +152,7 @@ SectionEnd
 
 Section "Config Files" SEC02
   SetOutPath "$INSTDIR\conf"
-  File "..\docs\*.example"
+  File "..\docs\conf\*.example"
 SectionEnd
 
 Section "Command Handlers" SEC03