18 Mar
2024
18 Mar
'24
6:26 p.m.
The motivator is `ShellExecute`, currently it searches for executables first relative to the current executable, then relative to the current working directory; whereas it should only search in the current working directory. While trying to fix that, I found some related bugs in `FindExecutable` and `PathResolve`. -- v5: shell32: Fix FindExecutable search path. https://gitlab.winehq.org/wine/wine/-/merge_requests/5342