diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-19 00:00:29 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-19 00:00:29 +0200 |
commit | 4d2898981c4f1dc4901ec0787233cc09e91f72cd (patch) | |
tree | 84de5dd9f4bcd014f5474ece0842ae55fa1bbca8 /build/release-x86.bat | |
parent | b5d71d03b0ac939dc22f6a2850ab02909fd48244 (diff) |
finish portable install support
Diffstat (limited to 'build/release-x86.bat')
-rw-r--r-- | build/release-x86.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat index 2286894b..a8c19d1f 100644 --- a/build/release-x86.bat +++ b/build/release-x86.bat @@ -45,3 +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% |