diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-12 00:23:58 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-12 00:23:58 +0100 |
commit | 04faeae4f3a0e893a014fc0cd747b617e6987f7c (patch) | |
tree | 9287baec52d8dc2f5afbea1eedf119115b107947 /build/xchat-wdk.skel.iss | |
parent | 299e90b418c1f97e05bdd40f5850a8fff847928b (diff) |
create xchat-text shortcut only when it's installed (XhmikosR)
Diffstat (limited to 'build/xchat-wdk.skel.iss')
-rw-r--r-- | build/xchat-wdk.skel.iss | 2 |
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] |