diff --git a/lib/browser/api/auto-updater/squirrel-update-win.js b/lib/browser/api/auto-updater/squirrel-update-win.js index 121e9422696..7e8b626b244 100644 --- a/lib/browser/api/auto-updater/squirrel-update-win.js +++ b/lib/browser/api/auto-updater/squirrel-update-win.js @@ -78,7 +78,7 @@ var spawnUpdate = function (args, detached, callback) { // Start an instance of the installed app. exports.processStart = function () { - return spawnUpdate(['--processStart', exeName], true, function () {}) + return spawnUpdate(['--processStartAndWait', exeName], true, function () {}) } // Download the releases specified by the URL and write new results to stdout.