mirror of https://gitlab.com/basile.b/dexed.git
fix, [b2a79f1
] under linux
This commit is contained in:
parent
33d1fd9cf2
commit
18f7237236
|
@ -73,7 +73,7 @@ begin
|
||||||
//
|
//
|
||||||
fClient := TProcess.Create(self);
|
fClient := TProcess.Create(self);
|
||||||
fClient.Executable := clientName;
|
fClient.Executable := clientName;
|
||||||
fClient.Options := [poUsePipes{$IFDEF WINDOWS}, poNewConsole{$ENDIF}];
|
fClient.Options := [poUsePipes{$IFDEF WINDOWS}, poNewConsole{$ENDIF}{$IFDEF LINUX}, poWaitOnExit{$ENDIF}];
|
||||||
{$IFNDEF DEBUG}
|
{$IFNDEF DEBUG}
|
||||||
fClient.ShowWindow := swoHIDE;
|
fClient.ShowWindow := swoHIDE;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
Loading…
Reference in New Issue