feat: Implement ARM compatibility check for Windows 11 (#1417)

This commit is contained in:
Kroese 2025-09-22 09:33:42 +02:00 committed by GitHub
parent 4a5e455389
commit e56f059bd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

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