We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e8ad3 commit 547a99fCopy full SHA for 547a99f
js/main.js
@@ -25,7 +25,7 @@ function PopUp() {
25
26
function downloadLatestCore() {
27
let dnld = () =>
28
- 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"
29
// fetch('https://api.github.com/repos/Jax-Core/JaxCore/releases/latest')
30
// .then((response) => response.json())
31
// .then((data) => {
0 commit comments