Commit 0237e87
authored
Fix daemon showing visible console window on Windows (#101)
Use CREATE_NO_WINDOW instead of DETACHED_PROCESS | CREATE_NEW_PROCESS_GROUP
when starting the daemon on Windows. DETACHED_PROCESS detaches from the
parent console but still creates a new visible console window.
CREATE_NO_WINDOW suppresses the window entirely.
Fixes #1001 parent bded244 commit 0237e87
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments