mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
e3bb153274
Apparently, exec.Command.Output waits for winepath's grandchildren to exit. However, that may take several seconds if wineserver was started by winepath. exec.Command.StdoutPipe works better, in that it is closed when the winepath process exits. A similar change may help run the fxc.exe tool under Wine, if that ever turns out to have the same problem. Signed-off-by: Elias Naur <mail@eliasnaur.com>