diff options
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% |