Skip to content

Commit

Permalink
Changed download link
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax committed Jul 22, 2022
1 parent 73e8ad3 commit 547a99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function PopUp() {

function downloadLatestCore() {
let dnld = () =>
window.location.href = "https://github.com/Jax-Core/jax-core.github.io/releases/download/v1/JaxCore_PSInstaller.exe"
window.location.href = "https://github.com/Jax-Core/jax-core.github.io/releases/download/v1/JaxCoreSetup.exe"
// fetch('https://api.github.com/repos/Jax-Core/JaxCore/releases/latest')
// .then((response) => response.json())
// .then((data) => {
Expand Down

0 comments on commit 547a99f

Please sign in to comment.