mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-17 22:29:38 +00:00
Update updateChecker.js
This commit is contained in:
parent
c745fa92e0
commit
db04e4acfb
@ -65,7 +65,7 @@ async function checkForUpdate(currentVersion) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (result === 0) {
|
if (result === 0) {
|
||||||
shell.openExternal(latestReleaseUrl);
|
shell.openExternal("https://simpliplay.netlify.app/#download-options");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
dialog.showMessageBoxSync({
|
dialog.showMessageBoxSync({
|
||||||
|
Loading…
Reference in New Issue
Block a user