Enable OpenShell under Win11
This commit is contained in:
parent
694eec911b
commit
565ec32294
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ def install_open_shell() -> None:
|
|||
skin_zip = get_tool_path('OpenShell', 'Fluent-Metro', suffix='zip')
|
||||
|
||||
# Bail early
|
||||
if OS_VERSION != 10:
|
||||
if OS_VERSION < 10:
|
||||
raise GenericWarning('Unsupported OS')
|
||||
|
||||
# Install OpenShell
|
||||
|
|
|
|||
Loading…
Reference in a new issue