Version 0.10.19: Critical bug fix of Session::needToResumeAndSend().

This commit is contained in:
John Preston
2016-10-24 23:37:43 +03:00
parent 1cfe9d0ff5
commit 802349d042
7 changed files with 18 additions and 23 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ echo Version %AppVersionStrFull% build successfull. Preparing..
echo .
echo Dumping debug symbols..
xcopy "%ReleasePath%\%BinaryName%.exe" "%ReleasePath%\%BinaryName%.exe.exe"
xcopy "%ReleasePath%\%BinaryName%.exe" "%ReleasePath%\%BinaryName%.exe.exe*"
call "%SolutionPath%\..\Libraries\breakpad\src\tools\windows\dump_syms\Release\dump_syms.exe" "%ReleasePath%\%BinaryName%.exe.pdb" > "%ReleasePath%\%BinaryName%.exe.sym"
del "%ReleasePath%\%BinaryName%.exe.exe"
echo Done!