mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-16 10:04:42 +03:00
feat(net): set proper osID for linux
This commit is contained in:
parent
f95c041323
commit
35f8ede70b
@ -53,6 +53,8 @@ void GruntLogin::GetLogonMethod() {
|
||||
logon.osID = '\0Win';
|
||||
#elif defined(WHOA_SYSTEM_MAC)
|
||||
logon.osID = '\0OSX';
|
||||
#elif defined(WHOA_SYSTEM_LINUX)
|
||||
logon.osID = 'Linx';
|
||||
#endif
|
||||
|
||||
// TODO
|
||||
|
Loading…
Reference in New Issue
Block a user