🔧 Hide subprocess window
This commit is contained in:
parent
7c8acb5ea8
commit
c5abe96b39
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ var spawnUpdate = function (args, detached, callback) {
|
||||||
} else if (!spawnedProcess) {
|
} else if (!spawnedProcess) {
|
||||||
spawnedProcess = spawn(updateExe, args, {
|
spawnedProcess = spawn(updateExe, args, {
|
||||||
detached: detached
|
detached: detached
|
||||||
|
detached: detached,
|
||||||
|
windowsHide: true
|
||||||
})
|
})
|
||||||
spawnedArgs = args || []
|
spawnedArgs = args || []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue