mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
feat: Implement ARM compatibility check for Windows 11
This commit is contained in:
parent
0ff94a8378
commit
e85ea9ec51
1 changed files with 4 additions and 0 deletions
|
|
@ -1885,6 +1885,10 @@ skipVersion() {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
isCompatible() {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
setMachine() {
|
setMachine() {
|
||||||
|
|
||||||
local id="$1"
|
local id="$1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue