From bb3d073fae1d4e2f71100dfa7cf15cdd679b3412 Mon Sep 17 00:00:00 2001 From: Konstantin Gross Date: Wed, 20 May 2020 19:02:15 +0200 Subject: [PATCH] Custom user path removed and replaced by the correct directory with VS macro --- ElectronNET.CLI/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronNET.CLI/Properties/launchSettings.json b/ElectronNET.CLI/Properties/launchSettings.json index 819d7fe..934f42b 100644 --- a/ElectronNET.CLI/Properties/launchSettings.json +++ b/ElectronNET.CLI/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "ElectronNET.CLI": { "commandName": "Project", - "commandLineArgs": "start /project-path \"C:\\Users\\Rizvi\\source\\repos\\Electron.NET\\ElectronNET.WebApp\" /watch" + "commandLineArgs": "start /project-path \"$(SolutionDir)\\ElectronNET.WebApp\" /watch" } } } \ No newline at end of file