From 565ec32294407c2a2fbace590b2f6560b7d0e67e Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 11 Nov 2023 15:49:52 -0800 Subject: [PATCH] Enable OpenShell under Win11 --- scripts/wk/setup/win.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wk/setup/win.py b/scripts/wk/setup/win.py index 5c75037e..e36fa733 100644 --- a/scripts/wk/setup/win.py +++ b/scripts/wk/setup/win.py @@ -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