Electron updater not success and restart when use app.on('window-all-closed')
See original GitHub issue- Version:
"electron-updater": "^4.1.2",
"electron": "^6.0.0",
"electron-builder": "^21.2.0",
- Target: Windows 10
I write code
app.on('window-all-closed', () => {
// do nothing. prevent exit.
})
Check update. Update Progress half and exit. No log output. Just installer programmer exit.
And I remove app.on('window-all-closed')
It is works fine.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:8
Top Results From Across the Web
Electron auto update fails silently when installing ...
During installation of the update, the progress bar fills up halfway, then disappears. The app remains closed and does not automatically ...
Read more >Electron auto update introduction - Philo's Blog
Step by step guide on using Electron Auto Update to distribute new versions of your application to your users.
Read more >4. Binaries, Installers, and Updates - Introducing Electron ...
Baked into the operating system, updates can be downloaded without the application running, and because they are installed by the operating system, chances...
Read more >How to License and Distribute an Electron App
Learn how to license and distribute a commercial Electron app using Keygen's software licensing and distribution API.
Read more >Code42 app does not run
Code42 CrashPlan cannot connect to its background service error ...you might have one of the following situations: You are using the 32-bit ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cegonzalv Temporary solution:
After all it’s working!