mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
🔧 Hide subprocess window
This commit is contained in:
@@ -34,6 +34,8 @@ var spawnUpdate = function (args, detached, callback) {
|
||||
} else if (!spawnedProcess) {
|
||||
spawnedProcess = spawn(updateExe, args, {
|
||||
detached: detached
|
||||
detached: detached,
|
||||
windowsHide: true
|
||||
})
|
||||
spawnedArgs = args || []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user