summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 00:04:09 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-21 00:04:09 +0000
commitc757f23b697fb861df2017893099bbb1f39ea9b1 (patch)
treec996529ea3e5ef6153729b8f2906d6b43fc26ba7 /win
parent5d9affec5a986fe7c616f504311e62d8cea92c3f (diff)
Growl.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7084 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r--win/inspircd.nsi18
1 files changed, 9 insertions, 9 deletions
diff --git a/win/inspircd.nsi b/win/inspircd.nsi
index b909a8894..fc4a54b23 100644
--- a/win/inspircd.nsi
+++ b/win/inspircd.nsi
@@ -64,14 +64,14 @@ SectionEnd
Section "Config Files" SEC02
SetOutPath "$INSTDIR\conf"
- File "..\bin\debug\conf\inspircd.motd.example"
- File "..\bin\debug\conf\inspircd.helpop-full.example"
- File "..\bin\debug\conf\inspircd.helpop.example"
- File "..\bin\debug\conf\inspircd.filter.example"
- File "..\bin\debug\conf\inspircd.conf.example"
- File "..\bin\debug\conf\inspircd.censor.example"
- File "..\bin\debug\conf\inspircd.rules.example"
- File "..\bin\debug\conf\inspircd.quotes.example"
+ File "..\conf\inspircd.motd.example"
+ File "..\conf\inspircd.helpop-full.example"
+ File "..\conf\inspircd.helpop.example"
+ File "..\conf\inspircd.filter.example"
+ File "..\conf\inspircd.conf.example"
+ File "..\conf\inspircd.censor.example"
+ File "..\conf\inspircd.rules.example"
+ File "..\conf\inspircd.quotes.example"
SectionEnd
Section "Command Handlers" SEC03
@@ -167,7 +167,7 @@ SectionEnd
Section -AdditionalIcons
SetOutPath $INSTDIR
WriteIniStr "$INSTDIR\${PRODUCT_NAME}.url" "InternetShortcut" "URL" "${PRODUCT_WEB_SITE}"
- CreateShortCut "$SMPROGRAMS\InspIRCd\Website.lnk" "$INSTDIR\${PRODUCT_NAME}.url"
+ CreateShortCut "$SMPROGRAMS\InspIRCd\InspIRCd Website.lnk" "$INSTDIR\${PRODUCT_NAME}.url"
CreateShortCut "$SMPROGRAMS\InspIRCd\Uninstall.lnk" "$INSTDIR\uninst.exe"
SectionEnd