mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Dump symbols from the binary instead of dSYM.
For some reason dump_syms from dSYM now fails with an error: Telegram.app.dSYM/Contents/Resources/DWARF/Telegram: the section '__text' in segment '__TEXT' claims its contents lie outside the segment's contents
This commit is contained in:
parent
792b9090a7
commit
1790828b01
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "macstore" ]; then
|
|||
fi
|
||||
|
||||
echo "Dumping debug symbols.."
|
||||
"$HomePath/../../Libraries/breakpad/src/tools/mac/dump_syms/build/Release/dump_syms" "$ReleasePath/$BinaryName.app.dSYM" > "$ReleasePath/$BinaryName.sym" 2>/dev/null
|
||||
"$HomePath/../../Libraries/breakpad/src/tools/mac/dump_syms/build/Release/dump_syms" "$ReleasePath/$BinaryName.app/Contents/MacOS/Telegram" > "$ReleasePath/$BinaryName.sym" 2>/dev/null
|
||||
echo "Done!"
|
||||
|
||||
echo "Stripping the executable.."
|
||||
|
|
Loading…
Add table
Reference in a new issue