This commit is contained in:
Salman Muin Kayser Chishti
2025-09-04 15:24:57 +01:00
parent b738f10ef3
commit 48e42b1fdd
5 changed files with 17 additions and 16 deletions
+2 -2
View File
@@ -76,8 +76,8 @@ export async function getDetails(): Promise<{
...(await (isWindows
? getWindowsInfo()
: isMacOS
? getMacOsInfo()
: getLinuxInfo())),
? getMacOsInfo()
: getLinuxInfo())),
platform,
arch,
isWindows,