diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-19 00:25:00 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-19 00:25:00 +0200 |
commit | 8e8f77d8700a171a59f88e0fd996e5be4401d065 (patch) | |
tree | 81ce7078179417aa87eb5d0450fcc2c4a1275834 /build/release-x86.bat | |
parent | 562d7f6e441ba82410a9a066e7831b380e9ec8b5 (diff) |
installer support for portable mode
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index a8c19d1f..337328be 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -45,5 +45,5 @@ xcopy /S /I ..\plugins\xdcc\xcxdcc.dll %XCHAT_DEST%\plugins\ xcopy %LUA_BIN%\lua51.dll %XCHAT_DEST% xcopy /S /I /Q ..\po\locale %XCHAT_DEST%\locale xcopy /S /I /Q %GTK_BIN%\..\share\locale %XCHAT_DEST%\share\locale -echo 2> portable-build -move portable-build %XCHAT_DEST% +echo 2> portable-mode +move portable-mode %XCHAT_DEST% |