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()
|
uname_str = platform.system()
|
||||||
if 'MINGW' in uname_str:
|
if 'MINGW' in uname_str:
|
||||||
return 'windows'
|
return 'windows'
|
||||||
|
elif 'MSYS' in uname_str:
|
||||||
|
return 'windows'
|
||||||
elif uname_str == 'Windows':
|
elif uname_str == 'Windows':
|
||||||
return 'windows'
|
return 'windows'
|
||||||
elif uname_str == 'Linux':
|
elif uname_str == 'Linux':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue