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

This commit is contained in:
Mauro Balades
2024-07-12 23:34:13 +02:00
parent 310c0eeea0
commit fe8266bf5d
3 changed files with 29 additions and 3 deletions

View File

@@ -2,6 +2,6 @@ export const releases: any = {
WindowsInstaller: "zen.installer.exe",
WindowsStubInstaller: "zen.installer.pretty.exe",
WindowsZip: "zen.win64.zip",
//MacOS: [],
MacOS: "zen.macos.dmg",
Linux: "zen.linux.tar.bz2",
};