fix(app): improve macos version and arch detection (#36)
This commit is contained in:
@@ -28,6 +28,8 @@ export interface DesktopInfo {
|
||||
version: string;
|
||||
channel: 'stable' | 'canary';
|
||||
arch: string;
|
||||
hardwareArch: string;
|
||||
runningUnderRosetta: boolean;
|
||||
os: NodeJS.Platform;
|
||||
osVersion: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user