mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update define.sh
This commit is contained in:
parent
a27777b496
commit
e3fbef5fda
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ getName() {
|
|||
"win10"*| "win_10"* | *"windows10"* | *"windows_10"* )
|
||||
id="win10${PLATFORM,,}"
|
||||
;;
|
||||
"win11"* | "win_11"* *"windows11"* | *"windows_11"* )
|
||||
"win11"* | "win_11"* | *"windows11"* | *"windows_11"* )
|
||||
id="win11${PLATFORM,,}"
|
||||
;;
|
||||
*"winxp"* | *"win_xp"* | *"windowsxp"* | *"windows_xp"* )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue