From 71ed6102f4020b1635cfe52bf76c5613bf5b1d68 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 30 Apr 2024 20:10:49 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/define.sh b/src/define.sh index 4dbef37..697ec26 100644 --- a/src/define.sh +++ b/src/define.sh @@ -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")