Split command line parameters also when "Run without Debugging". Patch by Ondrej.

git-svn-id: trunk@59168 -
This commit is contained in:
juha 2018-09-26 08:37:19 +00:00
parent 20eaebb8b3
commit 03042bfb7d

View File

@ -7206,7 +7206,8 @@ begin
SplitCmdLine(ExeCmdLine,ExeFile,Params);
Process.Executable := ExeFile;
Process.Parameters.Text := Params;
if Params<>'' then
CommandToList(Params, Process.Parameters);
ARunMode := Project1.RunParameterOptions.GetActiveMode;
if RunAppBundle and FileExistsUTF8(Process.Executable)