Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDevilus committed Sep 15, 2023
1 parent cb21ca2 commit 6898014
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ReleaseDownloadButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ function generateDropdownItems(release, os, assets, textRemovals, isNightly) {
displayName = "AppImage";
} else if (asset.additionalTags.includes("flatpak")) {
displayName = "Flatpak";
} else {
displayName = "Linux"; // Default to "Linux" if no recognized tags
}
} else if (os === "macos") {
displayName = "Download";
Expand Down

0 comments on commit 6898014

Please sign in to comment.