diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-14 05:35:09 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-14 05:35:09 +0100 |
commit | 1effb26d5f316c79ae7815355f46d42b48264079 (patch) | |
tree | f68078c24535d97c82de93a8d73dbb8485b34cf6 /build/release-x64.bat | |
parent | 0c87e4b9147abaf095b8b84e1e154ecf8da4829e (diff) |
re-enable xtray
Diffstat (limited to 'build/release-x64.bat')
-rw-r--r-- | build/release-x64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat index 6bc3e137..0e3f4826 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -39,6 +39,6 @@ copy ..\plugins\python\xcpython.dll %XCHAT_DEST%\plugins\xcpython.dll.x64 copy ..\plugins\tcl\xctcl.dll %XCHAT_DEST%\plugins\xctcl.dll.x64 copy ..\plugins\upd\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 ..\plugins\xtray\xtray.dll %XCHAT_DEST%\plugins\xtray.dll.x64 copy ..\plugins\winamp\xcwinamp.dll %XCHAT_DEST%\plugins\xcwinamp.dll.x64 copy %DEPS_ROOT%\bin\lua51.dll %XCHAT_DEST%\lua51.dll.x64 |