summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-01-12 00:23:58 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-01-12 00:23:58 +0100
commit04faeae4f3a0e893a014fc0cd747b617e6987f7c (patch)
tree9287baec52d8dc2f5afbea1eedf119115b107947
parent299e90b418c1f97e05bdd40f5850a8fff847928b (diff)
create xchat-text shortcut only when it's installed (XhmikosR)
-rw-r--r--build/xchat-wdk.skel.iss2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/xchat-wdk.skel.iss b/build/xchat-wdk.skel.iss
index ceab018f..b529064b 100644
--- a/build/xchat-wdk.skel.iss
+++ b/build/xchat-wdk.skel.iss
@@ -232,7 +232,7 @@ Source: "plugins\xcperl-512.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcper
 

 [Icons]

 Name: "{group}\XChat-WDK"; Filename: "{app}\xchat.exe"; Tasks: not portable

-Name: "{group}\XChat-Text"; Filename: "{app}\xchat-text.exe"; Tasks: not portable

+Name: "{group}\XChat-Text"; Filename: "{app}\xchat-text.exe"; Components: xctext; Tasks: not portable

 Name: "{group}\Uninstall XChat-WDK"; Filename: "{uninstallexe}"; Tasks: not portable

 

 [Messages]