fix(app): improve macos version and arch detection (#36)

This commit is contained in:
hampus-fluxer
2026-01-06 01:15:21 +01:00
committed by GitHub
parent 7f219a9e1e
commit ea0a2d8aae
4 changed files with 236 additions and 17 deletions

View File

@@ -28,6 +28,8 @@ export interface DesktopInfo {
version: string;
channel: 'stable' | 'canary';
arch: string;
hardwareArch: string;
runningUnderRosetta: boolean;
os: NodeJS.Platform;
osVersion: string;
}