diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-22 18:43:24 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-22 18:43:24 +0100 |
commit | e3bde820305e1862138b9f5639d96e36c00c8fc0 (patch) | |
tree | 099ae952d22f79c1ba5235fac1715f0d5673db7c | |
parent | caa878bc93134a07be311c287dacae2168d97ebc (diff) |
don't copy key bindings
-rw-r--r-- | build/release-x64.bat | 1 | ||||
-rw-r--r-- | build/release-x86.bat | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/build/release-x64.bat b/build/release-x64.bat index e96b01e2..da9d9930 100644 --- a/build/release-x64.bat +++ b/build/release-x64.bat @@ -32,7 +32,6 @@ xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines %XCHAT_DEST%\lib\gtk-2.0\2 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% diff --git a/build/release-x86.bat b/build/release-x86.bat index ddd1ff0c..23f9cea0 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -32,7 +32,6 @@ xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines %XCHAT_DEST%\lib\gtk-2.0\2 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% |