diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-29 19:10:34 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-29 19:10:34 +0200 |
commit | 4ffb7db8e76cfbe9bdca005ef1f468b02e435868 (patch) | |
tree | ae3b38bf2b4b41a127d12709e35ad91a67a3128d /build/release-x86.bat | |
parent | 291adab0df611e55ac27fcd39e8172387815ae65 (diff) |
add black theme option for portable
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index 3bef1277..803e988b 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -29,6 +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 copy ..\COPYING %XCHAT_DEST% copy %SSL_BIN%\..\LICENSE.OPENSSL %XCHAT_DEST% copy %SSL_BIN%\..\LICENSE.ZLIB %XCHAT_DEST% |