mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 15:59:15 +02:00
pas2js: electron: using electron exe
This commit is contained in:
parent
b1d7c82e8b
commit
7b487f5ead
@ -1326,7 +1326,7 @@ begin
|
|||||||
// all three projects can run the electron app
|
// all three projects can run the electron app
|
||||||
RunMode:=AProject.RunParameters.GetOrCreate('default');
|
RunMode:=AProject.RunParameters.GetOrCreate('default');
|
||||||
RunMode.UseLaunchingApplication:=true;
|
RunMode.UseLaunchingApplication:=true;
|
||||||
RunMode.LaunchingApplicationPathPlusParams:='npm start';
|
RunMode.LaunchingApplicationPathPlusParams:='"$(Pas2jsElectron)" .';
|
||||||
|
|
||||||
Result:=mrOk;
|
Result:=mrOk;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user