* Pack logs + crash dumps + a redacted manifest into a zip in Downloads * and reveal it in the file manager. Returns the zip path.
()
| 63 | * and reveal it in the file manager. Returns the zip path. |
| 64 | */ |
| 65 | exportDiagnostics(): Promise<string> { |
| 66 | return ipcRenderer.invoke("executor:diagnostics:export"); |
| 67 | }, |
| 68 | /** |
| 69 | * Run an interactive update check (menu-flow semantics: native dialogs |
| 70 | * for "update ready", "no updates", and failures). Used by the crash |