mirror of
https://github.com/fastogt/pyfastogt
synced 2025-03-09 23:38:55 +00:00
Msys => windows
This commit is contained in:
parent
1405506db2
commit
47819920bf
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@ def get_os() -> str:
|
|||
uname_str = platform.system()
|
||||
if 'MINGW' in uname_str:
|
||||
return 'windows'
|
||||
elif 'MSYS' in uname_str:
|
||||
return 'windows'
|
||||
elif uname_str == 'Windows':
|
||||
return 'windows'
|
||||
elif uname_str == 'Linux':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue