You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small issue with wails doctor: running on a Windows 11 system, under "System", the OS is reported as "Windows 10 Home" although it is in fact Windows 11 Home on the tested device.
The rest of the information is reported correctly.
It's not really a big deal though because, well, the reporting is correct to an extent; both major versions of 10 and 11 are indeed 10:
PS C:\Users\Ronen\Developer\wails> cmd /c ver
Microsoft Windows [Version 10.0.22631.4317]
But I think a correct identification will be nicer :-)
To Reproduce
Use a machine running any edition of Windows 11
Install the wails CLI
Run wails doctor
Under "System", OS is reported as "Windows 10 [EDITION]" instead of "Windows 11 [EDITION]"
Expected behaviour
Tested on a Surface Pro 9 with Windows 11, I expect a "Windows 11 Home" string to appear under OS.
Screenshots
No response
Attempted Fixes
No response
System Details
# Wails
Version | v2.9.2
# System
┌─────────────────────────────────────────────────────────────────────────────────────────┐
| OS | Windows 10 Home || Version | 2009 (Build: 22631) || ID | 23H2 || Go Version | go1.23.3 || Platform | windows || Architecture | amd64 || CPU | 12th Gen Intel(R) Core(TM) i7-1255U || GPU | Intel(R) Iris(R) Xe Graphics (Intel Corporation) - Driver: 30.0.101.3118 || Memory | 16GB |
└─────────────────────────────────────────────────────────────────────────────────────────┘
# Dependencies
┌───────────────────────────────────────────────────────┐
| Dependency | Package Name | Status | Version || WebView2 | N/A | Installed | 130.0.2849.80 || Nodejs | N/A | Installed | 22.11.0 || npm | N/A | Installed | 10.9.0 ||*upx | N/A | Available |||*nsis | N/A | Available ||
└─────────────── * - Optional Dependency ───────────────┘
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
Small issue with
wails doctor
: running on a Windows 11 system, under "System", the OS is reported as "Windows 10 Home" although it is in fact Windows 11 Home on the tested device.The rest of the information is reported correctly.
It's not really a big deal though because, well, the reporting is correct to an extent; both major versions of 10 and 11 are indeed 10:
But I think a correct identification will be nicer :-)
To Reproduce
wails doctor
Expected behaviour
Tested on a Surface Pro 9 with Windows 11, I expect a "Windows 11 Home" string to appear under OS.
Screenshots
No response
Attempted Fixes
No response
System Details
Additional context
No response
The text was updated successfully, but these errors were encountered: