Commit 3fb266c4 authored by Andreas Heimann's avatar Andreas Heimann

removed platform addition to url

parent c58bc08e
......@@ -30,7 +30,7 @@ function CheckForUpdates(showIfLatest) {
}
function DownloadUpdate() {
shell.openExternal("https://spinsha.re/client/download/" + process.platform);
shell.openExternal("https://spinsha.re/client/");
}
function IgnoreUpdate() {
DOMUpdateOverlay.classList.remove("active");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment