From f5dc146f0288ae596b2d6ee24f05eb6fa4a99679 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Sep 2025 11:11:45 +0200 Subject: [PATCH 1/2] docs: Update comment for Windows 11 ARM compatibility --- src/mido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mido.sh b/src/mido.sh index dba6dfb..234844b 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -404,7 +404,7 @@ getCatalog() { local file="catalog.cab" if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then - # ARMv8.0 cannot run Windows 11 builds higher than 22631 + # ARMv8.0 cannot run Windows 11 24H2 and higher getBuild "$1" "$2" "22631.2861" && return 0 fi From 82499a3181930d44b6c50ce243472467467173e3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Sep 2025 11:17:08 +0200 Subject: [PATCH 2/2] fix: Make message clearer --- src/mido.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mido.sh b/src/mido.sh index 234844b..2ac83ac 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -404,7 +404,7 @@ getCatalog() { local file="catalog.cab" if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then - # ARMv8.0 cannot run Windows 11 24H2 and higher + # ARMv8.0 cannot run Windows 11 builds 24H2 and up. getBuild "$1" "$2" "22631.2861" && return 0 fi