diff --git a/simpliplay/updateChecker.js b/simpliplay/updateChecker.js index d931876..5b6119c 100644 --- a/simpliplay/updateChecker.js +++ b/simpliplay/updateChecker.js @@ -65,7 +65,7 @@ async function checkForUpdate(currentVersion) { }); if (result === 0) { - shell.openExternal(latestReleaseUrl); + shell.openExternal("https://simpliplay.netlify.app/#download-options"); } } else { dialog.showMessageBoxSync({