summary refs log tree commit diff stats
path: root/build/release-x86.bat
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-17 02:13:04 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-17 02:13:04 +0200
commit4cd93deec644e4fd3d1e5b81fd01ba6e453f285b (patch)
treea58886d3e2a362e8f2d4ec66c0796f4bfaf044a5 /build/release-x86.bat
parent397dc8e6ebc3393b38d798379828d39001f5ab75 (diff)
separate exe files, unified packages for standard and portable, stage 1
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r--build/release-x86.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat
index 2286894b..1530afe8 100644
--- a/build/release-x86.bat
+++ b/build/release-x86.bat
@@ -6,6 +6,7 @@ set XCHAT_DEST=c:\mozilla-build\build\xchat-wdk-x86
 rmdir /Q /S %XCHAT_DEST%
 mkdir %XCHAT_DEST%
 xcopy ..\src\fe-gtk\xchat.exe %XCHAT_DEST%
+xcopy ..\src\fe-gtk\xchat-portable.exe %XCHAT_DEST%
 xcopy %GTK_BIN%\libgtk-win32-2.0-0.dll %XCHAT_DEST%
 xcopy %GTK_BIN%\libgdk_pixbuf-2.0-0.dll %XCHAT_DEST%
 xcopy %GTK_BIN%\libgio-2.0-0.dll %XCHAT_DEST%