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" ;;