router
    .post('/stop', (req, res) => {
      rendererWindow.send(IpcEvents.STOP);
      res.send();
    })