diff --git a/ElectronNET.WebApp/Properties/launchSettings.json b/ElectronNET.WebApp/Properties/launchSettings.json index 548e6c4..efcfd39 100644 --- a/ElectronNET.WebApp/Properties/launchSettings.json +++ b/ElectronNET.WebApp/Properties/launchSettings.json @@ -10,7 +10,6 @@ "profiles": { "IIS Express": { "commandName": "IISExpress", - "commandLineArgs": "/electronPort=3000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -22,6 +21,11 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "applicationUrl": "http://localhost:50395/" + }, + "Electron.NET App": { + "commandName": "Executable", + "executablePath": "C:\\Program Files\\dotnet\\dotnet.exe", + "commandLineArgs": "electronize start" } } } \ No newline at end of file