This commit is contained in:
Felix Rieseberg 2017-12-01 17:18:37 -08:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 7c8acb5ea8
ΠšΠΎΠΌΠΌΠΈΡ‚ c5abe96b39
1 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 2 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 0 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -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 || []
}