Update define.sh

This commit is contained in:
Kroese 2024-05-05 19:04:24 +02:00 committed by GitHub
parent af8aee7408
commit 9bbe0c098e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -398,6 +398,8 @@ isESD() {
case "${id,,}" in
"win11${PLATFORM,,}" ) return 0 ;;
"win10${PLATFORM,,}" ) return 0 ;;
"win11${PLATFORM,,}-enterprise" ) return 0 ;;
"win10${PLATFORM,,}-enterprise" ) return 0 ;;
esac
return 1