fix(app): use macos marketing version (#39)

This commit is contained in:
hampus-fluxer
2026-01-06 02:02:14 +01:00
committed by GitHub
parent 8294821a96
commit ddc9caff6a
3 changed files with 5 additions and 1 deletions

View File

@@ -412,6 +412,7 @@ export function registerIpcHandlers(): void {
runningUnderRosetta: detectRosettaMode(),
os: process.platform,
osVersion: os.release(),
systemVersion: process.getSystemVersion(),
}),
);