[BugReport]Fix hang when bug report is launched (#28506)

* fix hang when bug report is launched from flyout

* Normalize output dir for release
This commit is contained in:
Davide Giacometti
2023-09-15 08:34:17 +02:00
committed by GitHub
parent 51906e68a4
commit b8a83fba1b
10 changed files with 78 additions and 70 deletions

3
src/runner/bug_report.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
void launch_bug_report() noexcept;