From e33bb2477c8f4a7ede4aa8cb3dc8be36a70f091e Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Fri, 12 Jul 2024 18:45:39 +0200 Subject: [PATCH] refactor: Update download.tsx to use "WindowsStubInstaller" instead of "WindowsInstaller" in select options --- src/components/download.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/download.tsx b/src/components/download.tsx index 4b7932a..a2c8bf7 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -27,7 +27,7 @@ function getDefaultPlatformBasedOnUserAgent() { if (userAgent.includes("Linux")) { return "Linux"; } - return "Windows"; + return "WindowsInstaller"; } const formSchema = z.object({