refactor: Update download.tsx to use "WindowsStubInstaller" instead of "WindowsInstaller" in select options
This commit is contained in:
@@ -27,7 +27,7 @@ function getDefaultPlatformBasedOnUserAgent() {
|
||||
if (userAgent.includes("Linux")) {
|
||||
return "Linux";
|
||||
}
|
||||
return "Windows";
|
||||
return "WindowsInstaller";
|
||||
}
|
||||
|
||||
const formSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user