From 26c9c289293573b7b456f7e430792962b9c9a970 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 18 Sep 2025 12:05:11 +0200 Subject: [PATCH] fix: Defines --- src/define.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/define.sh b/src/define.sh index 931161f..f12f945 100644 --- a/src/define.sh +++ b/src/define.sh @@ -139,7 +139,7 @@ parseVersion() { VERSION="nano11" [ -z "$DETECTED" ] && DETECTED="win11x64" ;; - "" | "core 11" ) + "core11" | "core 11" ) VERSION="" [ -z "$DETECTED" ] && DETECTED="win11x64" ;;