We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ca4fda + 699a41e commit 8f1840bCopy full SHA for 8f1840b
src/components/Download/Download.jsx
@@ -39,7 +39,7 @@ function Download() {
39
let downloadUrl;
40
41
if (platform === "Win32") {
42
- downloadUrl = data.assets && data.assets[3].browser_download_url;
+ downloadUrl = data.assets && data.assets[2].browser_download_url;
43
srcLoc.href = downloadUrl;
44
} else if (platform === "Linux x86_64") {
45
downloadUrl = data.assets && data.assets[0].browser_download_url;
0 commit comments