Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

56
Vistas
reinstall electron app after component update available - electron builder/ electron updater

I'm trying to reinstall the app after i check if there are components that need to be updated.

The auto update works perfectly, but there are some other components that i have no control over, i can see if they need update, i can technically re implement everything from scratch but since everything is already implemented in the installer to download and install all the other components silently i would rather reinstall the app, the app is small so i don't think this will be a huge issue.

so i what i want to achieve is something like this

autoUpdater.on('update-not-available', () => {
  showNotification('Checking for Components updates...', '');
  if(checkForComponentsUpdates()){ 
  //this is my go at it,
     autoUpdater.downloadUpdate();
     autoUpdater.quitAndInstall(false, true);
     autoUpdater.emit('update-available');
  }
});
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda