]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd.nsi
Merge pull request #437 from SaberUK/insp20+doxygen-update
[user/henk/code/inspircd.git] / win / inspircd.nsi
index 4204ec29b0caa6d2e85f95a14d0aa4eda94397d9..e1ce0159f3fd5bd8f6f5e42c2bff69d2d12a204e 100644 (file)
@@ -156,7 +156,7 @@ Section "Config Files" SEC02
   SetOutPath "$INSTDIR\conf\aliases"
   File "..\docs\conf\aliases\*.example"
   SetOutPath "$INSTDIR\conf\modules"
-  File "..\docs\conf\modules\modules.*"
+  File "..\docs\conf\modules\*.example"
 SectionEnd
 
 Section "Command Handlers" SEC03