Skip to content

Commit

Permalink
Fix Windows download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
conradolandia committed Sep 3, 2024
1 parent d59dc52 commit e2ff5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const releases = {
windows: {
x64: {
name: "Windows 10+",
link: "https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_64bit_full.exe",
link: "https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Windows-x86_64.exe",
},
},
mac: {
Expand Down

0 comments on commit e2ff5bb

Please sign in to comment.