Update notifications

Removed the shit tone of check for updates, made it manual
Redone the function in utils
Logging for autoupdater implemented
This commit is contained in:
Core 2022-02-27 18:34:40 +00:00
parent a5e22d5f0d
commit 89e0d7c104
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
6 changed files with 79 additions and 24 deletions

View file

@ -156,5 +156,3 @@ process.once('loaded', () => {
console.log("Setting ipcRenderer")
global.MusicKitInterop = MusicKitInterop;
});
ipcRenderer.send('check-for-update')