mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Update define.sh
This commit is contained in:
parent
d68db9d012
commit
44d4a54dc3
1 changed files with 1 additions and 4 deletions
|
|
@ -59,7 +59,7 @@ parseVersion() {
|
||||||
VERSION="win81x64"
|
VERSION="win81x64"
|
||||||
;;
|
;;
|
||||||
"8e" | "81e" | "8.1e" | "win8e" | "win81e" | "windows 8e" )
|
"8e" | "81e" | "8.1e" | "win8e" | "win81e" | "windows 8e" )
|
||||||
VERSION="win81x64-enterprise-eval"
|
VERSION="win81x64-enterprise"
|
||||||
;;
|
;;
|
||||||
"7" | "7e" | "win7" | "win7e" | "windows7" | "windows 7" )
|
"7" | "7e" | "win7" | "win7e" | "windows7" | "windows 7" )
|
||||||
VERSION="win7x64"
|
VERSION="win7x64"
|
||||||
|
|
@ -665,9 +665,6 @@ switchEdition() {
|
||||||
"win10${PLATFORM,,}-enterprise-eval" )
|
"win10${PLATFORM,,}-enterprise-eval" )
|
||||||
DETECTED="win10${PLATFORM,,}-enterprise"
|
DETECTED="win10${PLATFORM,,}-enterprise"
|
||||||
;;
|
;;
|
||||||
"win81${PLATFORM,,}-enterprise-eval" )
|
|
||||||
DETECTED="win81${PLATFORM,,}-enterprise"
|
|
||||||
;;
|
|
||||||
"win2025-eval" ) DETECTED="win2025" ;;
|
"win2025-eval" ) DETECTED="win2025" ;;
|
||||||
"win2022-eval" ) DETECTED="win2022" ;;
|
"win2022-eval" ) DETECTED="win2022" ;;
|
||||||
"win2019-eval" ) DETECTED="win2019" ;;
|
"win2019-eval" ) DETECTED="win2019" ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue