feat: Add Windows 11 download
This commit is contained in:
parent
73c0e6dd4e
commit
4f82ad35f9
1 changed files with 4 additions and 0 deletions
|
@ -493,6 +493,10 @@ getMido() {
|
|||
[[ "${lang,,}" != "en" ]] && [[ "${lang,,}" != "en-us" ]] && return 0
|
||||
|
||||
case "${id,,}" in
|
||||
"win11arm64" )
|
||||
size=111
|
||||
sum="xxx"
|
||||
;;
|
||||
"win11arm64-enterprise-ltsc-eval" )
|
||||
size=4252764160
|
||||
sum="ccec358a760c3c581249f091ed42d04f37b2b99c347b7a58257c3cc272d7982c"
|
||||
|
|
Loading…
Reference in a new issue