diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-19 00:00:29 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-19 00:00:29 +0200 |
commit | 4d2898981c4f1dc4901ec0787233cc09e91f72cd (patch) | |
tree | 84de5dd9f4bcd014f5474ece0842ae55fa1bbca8 /build/xchat-wdk-x64.iss | |
parent | b5d71d03b0ac939dc22f6a2850ab02909fd48244 (diff) |
finish portable install support
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 |