mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Wait for current app to quit before launching new app
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user