fix(app): use macos marketing version (#39)
This commit is contained in:
@@ -32,6 +32,7 @@ export interface DesktopInfo {
|
||||
runningUnderRosetta: boolean;
|
||||
os: NodeJS.Platform;
|
||||
osVersion: string;
|
||||
systemVersion?: string;
|
||||
}
|
||||
|
||||
export type UpdaterContext = 'user' | 'background' | 'focus';
|
||||
|
||||
@@ -412,6 +412,7 @@ export function registerIpcHandlers(): void {
|
||||
runningUnderRosetta: detectRosettaMode(),
|
||||
os: process.platform,
|
||||
osVersion: os.release(),
|
||||
systemVersion: process.getSystemVersion(),
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user