pas2js: electron: using electron exe

This commit is contained in:
mattias 2022-04-20 12:08:30 +02:00
parent b1d7c82e8b
commit 7b487f5ead

View File

@ -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;