diff options
Diffstat (limited to 'build/xchat-wdk.iss')
-rw-r--r-- | build/xchat-wdk.iss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 230441ac..a2550b09 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -222,9 +222,9 @@ Source: "plugins\xcperl-512.dll.x64"; DestDir: "{app}\plugins"; DestName: "xcper -Source: "plugins\xtray.dll"; DestDir: "{app}\plugins"; Components: libs; Tasks: x86 +;Source: "plugins\xtray.dll"; DestDir: "{app}\plugins"; Components: libs; Tasks: x86 ; and xtray -Source: "plugins\xtray.dll.x64"; DestDir: "{app}\plugins"; DestName: "xtray.dll"; Components: libs; Tasks: x64 +;Source: "plugins\xtray.dll.x64"; DestDir: "{app}\plugins"; DestName: "xtray.dll"; Components: libs; Tasks: x64 ; and xtray [Icons] |