Skip to content

Commit

Permalink
Fix download links for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 authored Sep 4, 2024
1 parent e2ff5bb commit 22ad515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ export const releases = {
mac: {
arm64: {
name: "macOS (M1)",
link: "https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_arm64.dmg",
link: "https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-arm64.pkg",
},
x64: {
name: "macOS (Intel)",
link: "https://github.com/spyder-ide/spyder/releases/latest/download/Spyder.dmg",
link: "https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-x86_64.pkg",
},
},
};
Expand Down

0 comments on commit 22ad515

Please sign in to comment.