diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-20 09:47:26 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-20 09:47:26 +0200 |
commit | a04248a8939bd0322ce6af41c250594063f4b342 (patch) | |
tree | 3c03ad11c397e8b84568175c527892ccd01cbf69 /build/release-x86.bat | |
parent | 41066d081ca777e5955fa3732a6583ae3a8b4ddd (diff) |
remove themes from the installer
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index f4bfbb77..61a0282c 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -31,7 +31,6 @@ xcopy /q /s /i %GTK_BIN%\..\lib\gtk-2.0\2.10.0\engines\libpixmap.dll %XCHAT_DEST copy %GTK_BIN%\..\lib\gtk-2.0\2.10.0\engines\libwimp.dll %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines xcopy /q /s /i %GTK_BIN%\..\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 themes %XCHAT_DEST%\themes copy ..\COPYING %XCHAT_DEST% copy %SSL_BIN%\..\LICENSE.OPENSSL %XCHAT_DEST% copy %SSL_BIN%\..\LICENSE.ZLIB %XCHAT_DEST% |