fix: Update flatpak installation command on download page
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
export const releases: any = {
|
||||
WindowsInstaller: "zen.installer.exe",
|
||||
WindowsInstallerGeneric: "zen.installer-generic.exe",
|
||||
WindowsInstallerGeneric: "zen.installer.exe",
|
||||
|
||||
WindowsZip: "zen.win-specific.zip",
|
||||
WindowsZipGeneric: "zen.win-generic.zip",
|
||||
WindowsZip: "zen.win64.zip",
|
||||
WindowsZipGeneric: "zen.win64.zip",
|
||||
|
||||
MacOS: "zen.macos-aarch64.dmg",
|
||||
MacOSIntel: "zen.macos-x64.dmg",
|
||||
MacOS: "zen.macos.dmg",
|
||||
MacOSIntel: "zen.macos.dmg",
|
||||
|
||||
Linux: "zen.linux-specific.tar.bz2",
|
||||
LinuxGeneric: "zen.linux-generic.tar.bz2",
|
||||
Linux: "zen.linux.tar.bz2",
|
||||
LinuxGeneric: "zen.linux.tar.bz2",
|
||||
|
||||
LinuxAppImage: "zen-specific.AppImage",
|
||||
LinuxAppImageGeneric: "zen-generic.AppImage",
|
||||
LinuxAppImage: "zen.AppImage",
|
||||
LinuxAppImageGeneric: "zen.AppImage",
|
||||
};
|
||||
|
||||
// platform
|
||||
|
||||
Reference in New Issue
Block a user