docs: Update comment for Windows 11 ARM compatibility

This commit is contained in:
Kroese 2025-09-22 11:11:45 +02:00 committed by GitHub
parent e56f059bd2
commit f5dc146f02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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