mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
Using custom build of dump_syms in build script.
This commit is contained in:
parent
0d7af044e9
commit
7cd3bc0c26
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ echo Version %AppVersionStrFull% build successfull. Preparing..
|
|||
echo .
|
||||
|
||||
echo Dumping debug symbols..
|
||||
call "%SolutionPath%\..\Libraries\breakpad\src\tools\windows\binaries\dump_syms.exe" "%ReleasePath%\%BinaryName%.pdb" > "%ReleasePath%\%BinaryName%.sym"
|
||||
call "%SolutionPath%\..\Libraries\breakpad\src\tools\windows\dump_syms\Release\dump_syms.exe" "%ReleasePath%\%BinaryName%.pdb" > "%ReleasePath%\%BinaryName%.sym"
|
||||
echo Done!
|
||||
|
||||
set "PATH=%PATH%;C:\Program Files\7-Zip;C:\Program Files (x86)\Inno Setup 5"
|
||||
|
|
Loading…
Add table
Reference in a new issue