diff --git a/Telegram/build/build.bat b/Telegram/build/build.bat index aef541492..43f145c55 100644 --- a/Telegram/build/build.bat +++ b/Telegram/build/build.bat @@ -95,12 +95,12 @@ if %Build64% neq 0 ( set "UpdateFile=tx64upd%AppVersion%" set "SetupFile=tsetup-x64.%AppVersionStrFull%.exe" set "PortableFile=tportable-x64.%AppVersionStrFull%.zip" - set "DumpSymsPath=%SolutionPath%\..\..\Libraries\win64\breakpad\src\out\Release_x64\dump_syms.exe" + set "DumpSymsPath=%SolutionPath%\..\..\Libraries\win64\breakpad\src\tools\windows\dump_syms\Release\dump_syms.exe" ) else ( set "UpdateFile=tupdate%AppVersion%" set "SetupFile=tsetup.%AppVersionStrFull%.exe" set "PortableFile=tportable.%AppVersionStrFull%.zip" - set "DumpSymsPath=%SolutionPath%\..\..\Libraries\breakpad\src\out\Release\dump_syms.exe" + set "DumpSymsPath=%SolutionPath%\..\..\Libraries\breakpad\src\tools\windows\dump_syms\Release\dump_syms.exe" ) set "ReleasePath=%SolutionPath%\Release" set "DeployPath=%ReleasePath%\deploy\%AppVersionStrMajor%\%AppVersionStrFull%" diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index af339d72f..9c1ee34ae 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -1105,9 +1105,8 @@ depends:python/Scripts/activate.bat release: ninja -C out/Release%FolderPostfix% common crash_generation_client exception_handler cd tools\\windows\\dump_syms - gyp dump_syms.gyp --format=ninja - cd ..\\..\\.. - ninja -C out/Release%FolderPostfix% dump_syms + gyp dump_syms.gyp --format=msvs + msbuild dump_syms.vcxproj /property:Configuration=Release /property:Platform="x64" win: deactivate mac: