Update define.sh

This commit is contained in:
Kroese 2024-04-30 12:56:39 +02:00 committed by GitHub
parent 1f3a5771f9
commit c9b6d990ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -293,7 +293,7 @@ getVersion() {
[[ "${name,,}" == *"enterprise"* ]] && detected="win7${PLATFORM,,}-enterprise"
fi
[[ "${name,,}" == *"windows vista"* ]]; then
if [[ "${name,,}" == *"windows vista"* ]]; then
detected="winvista${PLATFORM,,}"
[[ "${name,,}" == *"ultimate"* ]] && detected="winvista${PLATFORM,,}-ultimate"
fi