electron/lib/browser/api/auto-updater
Felix Rieseberg a5b93211e6 AutoUpdate Windows: Don't spawn if running
Previously, the auto updater would run as many squirrel processes
as told. This introduces a little change where instead of spawning
a second process, we attach to the already running process - or, if
different arguments are passed, return and emit an error.

This is not failsafe, but it ensures that we don't run into simple
race condition crashes.

Closes $5097
2016-04-14 11:22:28 -07:00
..
auto-updater-native.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
auto-updater-win.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
squirrel-update-win.js AutoUpdate Windows: Don't spawn if running 2016-04-14 11:22:28 -07:00