mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 11:18:22 +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
|
||||
RunMode:=AProject.RunParameters.GetOrCreate('default');
|
||||
RunMode.UseLaunchingApplication:=true;
|
||||
RunMode.LaunchingApplicationPathPlusParams:='npm start';
|
||||
RunMode.LaunchingApplicationPathPlusParams:='"$(Pas2jsElectron)" .';
|
||||
|
||||
Result:=mrOk;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user