feat: Implement ARM compatibility check for Windows 11

This commit is contained in:
Kroese 2025-09-22 08:50:28 +02:00 committed by GitHub
parent 0ff94a8378
commit e85ea9ec51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1885,6 +1885,10 @@ skipVersion() {
return 1
}
isCompatible() {
return 0
}
setMachine() {
local id="$1"