mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update define.sh
This commit is contained in:
parent
769f6d950c
commit
71ed6102f4
1 changed files with 5 additions and 1 deletions
|
|
@ -45,10 +45,14 @@ parseVersion() {
|
|||
VERSION="winvista${PLATFORM,,}"
|
||||
DETECTED="winvista${PLATFORM,,}-ultimate"
|
||||
;;
|
||||
"vistae" | "winvistae" | "windowsvistae")
|
||||
VERSION="winvista${PLATFORM,,}-enterprise"
|
||||
DETECTED="winvista${PLATFORM,,}-enterprise"
|
||||
;;
|
||||
"xp" | "winxp" | "windowsxp" | "windows xp")
|
||||
VERSION="winxpx86"
|
||||
;;
|
||||
"xp64" | "winxp64")
|
||||
"xp64" | "winxp64" | "windowsxp64")
|
||||
VERSION="winxpx64"
|
||||
;;
|
||||
"22" | "2022" | "win22" | "win2022" | "windows2022" | "windows 2022")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue