mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 11:40:33 +02:00
Split command line parameters also when "Run without Debugging". Patch by Ondrej.
git-svn-id: trunk@59168 -
This commit is contained in:
parent
20eaebb8b3
commit
03042bfb7d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user