mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
GODT-2111: Use cmd.Start for restart command for windows as well.
This commit is contained in:
committed by
Leander Beernaert
parent
0df4f41269
commit
82788e39f0
@ -30,5 +30,5 @@ func run(cmd *exec.Cmd) error {
|
||||
cmd.SysProcAttr = &syscall.SysProcAttr{
|
||||
CreationFlags: syscall.CREATE_NEW_PROCESS_GROUP,
|
||||
}
|
||||
return cmd.Run()
|
||||
return cmd.Start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user