Skip to content

Commit 547a99f

Browse files
committed
Changed download link
1 parent 73e8ad3 commit 547a99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function PopUp() {
2525

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

0 commit comments

Comments
 (0)