Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/Unity-Technologies/electron.git
π§ Hide subprocess window
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
7c8acb5ea8
ΠΠΎΠΌΠΌΠΈΡ
c5abe96b39
|
@ -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 || []
|
||||
}
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅