Update define.sh

This commit is contained in:
Kroese 2024-05-26 21:06:35 +02:00 committed by GitHub
parent 61fbd622f2
commit 24af64ef4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -362,6 +362,9 @@ printVersion() {
"win10"* ) desc="Windows 10" ;;
"win11"* ) desc="Windows 11" ;;
"winxp"* ) desc="Windows XP" ;;
"win9x"* ) desc="Windows ME" ;;
"win98"* ) desc="Windows 98" ;;
"win95"* ) desc="Windows 95" ;;
"winvista"* ) desc="Windows Vista" ;;
"win2025"* ) desc="Windows Server 2025" ;;
"win2022"* ) desc="Windows Server 2022" ;;