diff options
Diffstat (limited to 'build/xchat-wdk-x64.iss')
-rw-r--r-- | build/xchat-wdk-x64.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/xchat-wdk-x64.iss b/build/xchat-wdk-x64.iss index bb301209..b72a954e 100644 --- a/build/xchat-wdk-x64.iss +++ b/build/xchat-wdk-x64.iss @@ -78,7 +78,7 @@ Source: "plugins\xcewc.dll"; DestDir: "{app}\plugins"; Components: libs Source: "plugins\xcxdcc.dll"; DestDir: "{app}\plugins"; Components: libs Source: "xchat.exe"; DestDir: "{app}"; Components: libs -Source: "xchat-portable.exe"; DestDir: "{app}"; Components: libs +Source: "portable-mode"; DestDir: "{app}"; Tasks: portablemode Source: "plugins\xclua.dll"; DestDir: "{app}\plugins"; Components: plugins\lua Source: "lua51.dll"; DestDir: "{app}"; Components: plugins\lua\luawdk |