I have implemented electron updater's auto updates in an app and it was awesome.
But the app checks for updates at startup in the main electron process.
So, I wish to know; is there a way to install updates when the app is closed in the back-ground ? Or at least deffer updates to when the user closes the app.
I read the docs and I found awesome tips about updating while the app is running but I haven't found anything yet about this scenario.