diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 03:37:29 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 03:37:29 +0200 |
commit | ea920a8ed01fb8bacdb562ad5eb0cacb8ee11e31 (patch) | |
tree | 3102b36af4376cf4f9f627e268e8b42a0132c43c /build/release-x86.bat | |
parent | 8a6409240f47a087097fd617e172ee70db48e6ca (diff) |
installer tasks and features reworked
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index 17d27193..eaba786d 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -29,7 +29,7 @@ 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 config %XCHAT_DEST%\config +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% |