refactor: Update download.tsx to use "WindowsStubInstaller" instead of "WindowsInstaller" in select options
This commit is contained in:
@@ -100,7 +100,7 @@ export default function DownloadPage() {
|
||||
<SelectGroup>
|
||||
<SelectLabel>Operating System</SelectLabel>
|
||||
<SelectItem value="WindowsInstaller">Windows Installer</SelectItem>
|
||||
<SelectItem value="WindowsStubInstaller">Windows Pretty Installer</SelectItem>
|
||||
{/*<SelectItem value="WindowsStubInstaller">Windows Pretty Installer</SelectItem>*/}
|
||||
<SelectItem value="WindowsZip">Windows (Zip)</SelectItem>
|
||||
<SelectItem value="MacOS" disabled>MacOS</SelectItem>
|
||||
<SelectItem value="Linux">Linux</SelectItem>
|
||||
|
||||
Reference in New Issue
Block a user