Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #188 from FearlessTobi/macos-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
FearlessTobi authored Aug 27, 2023
2 parents a5989e8 + f24b120 commit c3074db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/assets/js/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function getRelease(v, count = 5) {

let env_icon = "/images/icons/file.png";
if (is_windows) env_icon = "/images/icons/windows.png";
else if (asset.name.includes("osx"))
else if (asset.name.includes("macos"))
env_icon = "/images/icons/apple.png";
else if (asset.name.includes("linux"))
env_icon = "/images/icons/linux.png";
Expand Down

0 comments on commit c3074db

Please sign in to comment.