Update updateChecker.js

This commit is contained in:
Anirudh Sevugan 2025-07-06 19:49:34 -05:00 committed by GitHub
parent c745fa92e0
commit db04e4acfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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({