diff --git a/src/components/download.tsx b/src/components/download.tsx index a2c8bf7..3f4dbe5 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -22,12 +22,14 @@ function getDefaultPlatformBasedOnUserAgent() { return "WindowsInstaller"; } if (userAgent.includes("Mac")) { - return "MacOS"; + // TODO: + // return "MacOS"; + return ""; } if (userAgent.includes("Linux")) { return "Linux"; } - return "WindowsInstaller"; + return ""; } const formSchema = z.object({