fix: call getBuild directly

This commit is contained in:
Kroese 2025-09-22 09:05:15 +02:00 committed by GitHub
parent 083afdd679
commit 9954d1dcee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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