fix: report authoritative Electron architecture

This commit is contained in:
Bohdan Triapitsyn
2026-07-28 19:29:34 +03:00
parent d50cb5becc
commit 23e6083162
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -227,6 +227,7 @@ type DesktopBridgeGlobal = {
type ElectronRuntimeGlobal = {
runtime?: string;
arch?: string;
macVibrancy?: boolean;
macVibrancySupported?: boolean;
trayEnabled?: boolean;