summary refs log tree commit diff stats
path: root/build/release-x64.bat
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-08-17 14:52:06 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-08-17 14:52:06 +0200
commit32e25c416ff86dd5afe4871ebfbfe03ac7a85654 (patch)
treef35c3a56c4155bbd322f609b723b3469550ba3a8 /build/release-x64.bat
parent474d30c2bbf76afd4fe19c821527e48e2d70e99a (diff)
more theme selector support
Diffstat (limited to 'build/release-x64.bat')
-rw-r--r--build/release-x64.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat
index 44107c7b..f42c1661 100644
--- a/build/release-x64.bat
+++ b/build/release-x64.bat
@@ -32,11 +32,11 @@ copy %DEPS_ROOT%\bin\libpixman-1-0.dll %XCHAT_DEST%
 copy %DEPS_ROOT%\bin\libpng15-15.dll %XCHAT_DEST%
 copy %DEPS_ROOT%\bin\libtiff-3.dll %XCHAT_DEST%
 copy %DEPS_ROOT%\bin\libxml2-2.dll %XCHAT_DEST%
-xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines\libpixmap.dll %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines\
-copy %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines\libwimp.dll %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines
+xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines
 xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\modules\libgail.dll %XCHAT_DEST%\lib\gtk-2.0\modules\
 xcopy /q /s /i etc %XCHAT_DEST%\etc
 xcopy /q /s /i share %XCHAT_DEST%\share
+xcopy /q /s /i %DEPS_ROOT%\share\themes %XCHAT_DEST%\share\themes
 copy ..\COPYING %XCHAT_DEST%
 copy %DEPS_ROOT%\LICENSE.OPENSSL %XCHAT_DEST%
 copy %DEPS_ROOT%\LICENSE.ZLIB %XCHAT_DEST%