Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
1a38d91cf3
1 changed files with 1 additions and 1 deletions
|
|
@ -930,7 +930,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