ci: dump crashpad symbols on linux

This commit is contained in:
itsmattkc
2021-04-01 11:47:31 +11:00
parent 8a60f3ad65
commit 6abe38b629
3 changed files with 20 additions and 7 deletions
+2 -4
View File
@@ -71,13 +71,11 @@ bool LinuxExceptionHandler(int, siginfo_t*, ucontext_t*)
bool InitializeCrashpad()
{
QString handler_fn;
QString handler_fn = QStringLiteral("crashpad_handler");;
// Determine filename of handler from platform
#ifdef OS_WIN
handler_fn = QStringLiteral("crashpad_handler.exe");
#else
handler_fn = QStringLiteral("crashpad_handler");
handler_fn.append(QStringLiteral(".exe"));
#endif
// Generate absolute path