summary refs log tree commit diff stats
path: root/win32/installer/hexchat-x86.skel.iss
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 02:34:20 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 02:34:20 +0200
commitde39738bbdb0cb6fac7d4f9ee15cdd94d8ca24b4 (patch)
tree159ba2a667932402d8c5a6b8d1c64d32e5f73cb3 /win32/installer/hexchat-x86.skel.iss
parentcdae8fecdd2e108919e1238b6bbe6d80ddacfe73 (diff)
Add README for people who still can't use Google
Diffstat (limited to 'win32/installer/hexchat-x86.skel.iss')
-rw-r--r--win32/installer/hexchat-x86.skel.iss2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/installer/hexchat-x86.skel.iss b/win32/installer/hexchat-x86.skel.iss
index fbefbe76..ee677df4 100644
--- a/win32/installer/hexchat-x86.skel.iss
+++ b/win32/installer/hexchat-x86.skel.iss
@@ -89,6 +89,7 @@ Source: watercolorlite-green.cjstyles; DestDir: {tmp}; Flags: dontcopy
 

 Source: "portable-mode"; DestDir: "{app}"; Tasks: portable

 

+Source: "readme.url"; DestDir: "{app}"; Flags: ignoreversion; Components: libs

 Source: "cert.pem"; DestDir: "{app}"; Flags: ignoreversion; Components: libs

 Source: "COPYING"; DestDir: "{app}"; Flags: ignoreversion; Components: libs

 Source: "LICENSE.OPENSSL"; DestDir: "{app}"; Flags: ignoreversion; Components: libs

@@ -190,6 +191,7 @@ Source: "thememan.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: xtm
 

 [Icons]

 Name: "{group}\HexChat (x86)"; Filename: "{app}\hexchat.exe"; Tasks: not portable

+Name: "{group}\HexChat (x86) ReadMe"; Filename: "{app}\readme.url"; IconFilename: "{win}\notepad.exe"; IconIndex: 0; Tasks: not portable

 Name: "{group}\HexChat-Text (x86)"; Filename: "{app}\hexchat-text.exe"; Components: xctext; Tasks: not portable

 Name: "{group}\HexChat Theme Manager (x86)"; Filename: "{app}\thememan.exe"; Components: xtm; Tasks: not portable

 Name: "{group}\Uninstall HexChat (x86)"; Filename: "{uninstallexe}"; Tasks: not portable