From 9954d1dceec953ca4431a415aa2bc4e2e7258323 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Sep 2025 09:05:15 +0200 Subject: [PATCH] fix: call getBuild directly --- src/mido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mido.sh b/src/mido.sh index c43c293..dba6dfb 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -405,7 +405,7 @@ getCatalog() { if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then # ARMv8.0 cannot run Windows 11 builds higher than 22631 - echo "$(getBuild "$1" "$2" "22631.2861")" && return 0 + getBuild "$1" "$2" "22631.2861" && return 0 fi case "${id,,}" in