Skip to content

Commit

Permalink
adjust download filenames (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils authored Dec 14, 2023
1 parent 2917cf5 commit bac6337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ <h2 class="title">Open Source</h2>
}, 1000)
});

getLatestRelease("-windows-x64-installer.exe").then(function (url) {
getLatestRelease("-windows-x86_64-installer.exe").then(function (url) {
document.getElementById("install-windows-classic").href = url;
})
getLatestRelease("-linux.tar.gz").then(function (url) {
getLatestRelease("-linux-x86_64.tar.gz").then(function (url) {
document.getElementById("install-linux").href = url;
})

Expand Down

0 comments on commit bac6337

Please sign in to comment.