fix: Architecture

This commit is contained in:
Kroese 2024-04-24 16:21:55 +02:00 committed by GitHub
parent 636eaf5a3a
commit 949608d5c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -628,10 +628,10 @@ extractESD() {
local edition imageIndex imageEdition local edition imageIndex imageEdition
case "${VERSION,,}" in case "${VERSION,,}" in
"win11${ARCH,,}") "win11${ARCHI,,}")
edition="11 pro" edition="11 pro"
;; ;;
"win10${ARCH,,}") "win10${ARCHI,,}")
edition="10 pro" edition="10 pro"
;; ;;
*) *)