From 039f974e31b211aad74cdbb7ce18109f7858c30a Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 30 Apr 2024 16:14:49 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/define.sh b/src/define.sh index bec94f1..67cbc4f 100644 --- a/src/define.sh +++ b/src/define.sh @@ -44,6 +44,9 @@ parseVersion() { "xp" | "winxp" | "windowsxp" | "windows xp") VERSION="winxpx86" ;; + "xp64" | "winxp64") + VERSION="winxpx64" + ;; "22" | "2022" | "win22" | "win2022" | "windows2022" | "windows 2022") VERSION="win2022-eval" ;;