mirror of https://github.com/procxx/kepka.git
Using custom build of dump_syms in build script.
This commit is contained in:
parent
0d7af044e9
commit
7cd3bc0c26
|
@ -94,7 +94,7 @@ echo Version %AppVersionStrFull% build successfull. Preparing..
|
||||||
echo .
|
echo .
|
||||||
|
|
||||||
echo Dumping debug symbols..
|
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!
|
echo Done!
|
||||||
|
|
||||||
set "PATH=%PATH%;C:\Program Files\7-Zip;C:\Program Files (x86)\Inno Setup 5"
|
set "PATH=%PATH%;C:\Program Files\7-Zip;C:\Program Files (x86)\Inno Setup 5"
|
||||||
|
|
Loading…
Reference in New Issue