bug: actually use the absolute path we generate for crashpad

Fixes #1230
This commit is contained in:
itsmattkc
2020-09-27 00:43:17 +10:00
parent d71c1870f4
commit 79d8b95f4e
+1 -1
View File
@@ -86,7 +86,7 @@ bool InitializeCrashpad()
bool status = false;
if (QFileInfo::exists(handler_abs_path)) {
base::FilePath handler(QSTRING_TO_BASE_STRING(handler_fn));
base::FilePath handler(QSTRING_TO_BASE_STRING(handler_abs_path));
base::FilePath reports_dir = GenerateReportPathForCrashpad();