From db04e4acfbf1722d04c55ab60982475b45982f89 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Sun, 6 Jul 2025 19:49:34 -0500 Subject: [PATCH] Update updateChecker.js --- simpliplay/updateChecker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({