Display both flathub and website download links for Linux
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
@@ -44,7 +44,10 @@ export class Quaternion {
|
||||
|
||||
getInstallLinks(platform) {
|
||||
switch (platform) {
|
||||
case Platform.Linux: return [new FlathubLink("com.github.quaternion")];
|
||||
case Platform.Linux: return [
|
||||
new FlathubLink("com.github.quaternion"),
|
||||
new WebsiteLink("https://github.com/quotient-im/Quaternion/releases/latest"),
|
||||
];
|
||||
default: return [new WebsiteLink("https://github.com/quotient-im/Quaternion/releases/latest")];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user