diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-06 12:49:41 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-06 12:49:41 +0200 |
commit | 1c14e3e8784d95f6795023bf181de39642d9c2b2 (patch) | |
tree | 1370464790ae364b631045138fe20f9ba2f2e243 /build/release-x64.bat | |
parent | c6efd7f622476ee2a954eaa7f78986b48c3efd17 (diff) |
installer support for updater
Diffstat (limited to 'build/release-x64.bat')
-rw-r--r-- | build/release-x64.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat index 8136b49f..0f7eca9b 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -36,6 +36,7 @@ copy ..\plugins\perl\xcperl-510.dll %XCHAT_DEST%\plugins\xcperl-510.dll.x64 copy ..\plugins\perl\xcperl-512.dll %XCHAT_DEST%\plugins\xcperl-512.dll.x64 copy ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins\xcpython.dll.x64 copy ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\xctcl.dll.x64 +copy ..\plugins\tcl\xcupd.dll %XCHAT_DEST%\plugins\xcupd.dll.x64 copy ..\plugins\xdcc\xcxdcc.dll %XCHAT_DEST%\plugins\xcxdcc.dll.x64 copy ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins\xtray.dll.x64 copy %LUA_BIN%\lua51.dll %XCHAT_DEST%\lua51.dll.x64 |