mirror of https://gitlab.com/basile.b/dexed.git
fix, allow widget to find cetodo tool in same folder as coedit main exe
This commit is contained in:
parent
1cd9f140e2
commit
af677a42fb
|
@ -292,6 +292,7 @@ begin
|
|||
fToolProcess.Executable := ToolExeName;
|
||||
fToolProcess.Options := [poUsePipes];
|
||||
fToolProcess.ShowWindow := swoHIDE;
|
||||
fToolProcess.CurrentDirectory := ExtractFileDir(Application.ExeName);
|
||||
|
||||
// Something not quite clear:
|
||||
// --------------------------
|
||||
|
|
Loading…
Reference in New Issue