diff --git a/browser/main/index.js b/browser/main/index.js index e77c62dd..852ddd3a 100644 --- a/browser/main/index.js +++ b/browser/main/index.js @@ -152,6 +152,12 @@ ReactDOM.render( }) }) + ipcRenderer.on('update-not-found', function(_, msg) { + notify('Update not found!', { + body: msg + }) + }) + ipcRenderer.send('update-check', 'check-update') window.addEventListener('online', function() { if (!store.getState().status.updateReady) {