dsheiko / nw-autoupdater

⛔️ [DEPRECATED] Library provides low-level API to control NW.js app auto-updates
MIT License
75 stars 36 forks source link

fix launch function #47

Closed the-toster closed 4 years ago

the-toster commented 4 years ago

On Mac/Linux script-swap strategy is not working (#22, #28). Child process with script are died with main app.

This patch contains fix of launch() function, which is actually detach script process? as documented at https://nodejs.org/api/child_process.html#child_process_options_detached

dsheiko commented 4 years ago

Thank you very much. Just published