summaryrefslogtreecommitdiff
path: root/win/inspircd.nsi
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-13 21:59:18 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-13 21:59:18 +0000
commitcdd45a8c70b430afefc54ca166536785a78f91b5 (patch)
tree6691c561d39e5bd14fdda578d44768862ccfc244 /win/inspircd.nsi
parent73b16c493f4bb35dd3f9b7cd24e396d763a5bd45 (diff)
Have the installer install cert.pem and key.pem to the conf/ dir only if they dont exist already (if they already exist, the user has generated, purchased or otherwise obtained their own)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7300 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/inspircd.nsi')
-rw-r--r--win/inspircd.nsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/inspircd.nsi b/win/inspircd.nsi
index f2ab4bd05..54ff9ede2 100644
--- a/win/inspircd.nsi
+++ b/win/inspircd.nsi
@@ -171,6 +171,10 @@ Section "SSL Modules" SEC05
File "..\bin\${BUILD}\bin\*.dll"
SetOutPath "$INSTDIR\modules"
File "d:\temp\*.so"
+ SetOutPath "$INSTDIR\conf"
+ SetOverwrite off
+ File "key.pem"
+ File "cert.pem"
SectionEnd
Section -AdditionalIcons