Compare commits

...

2 commits

Author SHA1 Message Date
Kroese
82499a3181
fix: Make message clearer 2025-09-22 11:17:08 +02:00
Kroese
f5dc146f02
docs: Update comment for Windows 11 ARM compatibility 2025-09-22 11:11:45 +02:00

View file

@ -404,7 +404,7 @@ getCatalog() {
local file="catalog.cab" local file="catalog.cab"
if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then if [[ "${id,,}" == "win11"* ]] && ! isCompatible; then
# ARMv8.0 cannot run Windows 11 builds higher than 22631 # ARMv8.0 cannot run Windows 11 builds 24H2 and up.
getBuild "$1" "$2" "22631.2861" && return 0 getBuild "$1" "$2" "22631.2861" && return 0
fi fi