mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 13:41:41 -05:00
Merge branch 'MuseHub-promotions' of https://github.com/audacity/audacity.github.io into MuseHub-promotions
This commit is contained in:
@@ -44,7 +44,7 @@ function DownloadButton() {
|
||||
case "Debian":
|
||||
case "Red Hat":
|
||||
case "SuSE":
|
||||
return renderButton(audacityReleases.lin[0].browser_download_url);
|
||||
return; //primary button is Linux downlaod already
|
||||
default:
|
||||
return renderButton("/download");
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ function DownloadMuseHubButton() {
|
||||
case "Debian":
|
||||
case "Red Hat":
|
||||
case "SuSE":
|
||||
return; // Musehub not relevant on Linux yet
|
||||
return renderButton(audacityReleases.lin[0].browser_download_url); // appimage on Linux
|
||||
default:
|
||||
return renderButton("https://www.musehub.com/");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user