check for update on launch, prep for operation balls

This commit is contained in:
child_duckling 2022-02-25 22:54:50 -08:00
parent 798a38613d
commit 23dafc4036
3 changed files with 13 additions and 8 deletions

View file

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