refactor: Update download.tsx to use "WindowsStubInstaller" instead of "WindowsInstaller" in select options

This commit is contained in:
Mauro Balades 2024-07-12 18:45:39 +02:00
parent 2ac4c319a3
commit e33bb2477c

View file

@ -27,7 +27,7 @@ function getDefaultPlatformBasedOnUserAgent() {
if (userAgent.includes("Linux")) {
return "Linux";
}
return "Windows";
return "WindowsInstaller";
}
const formSchema = z.object({