From d7f8fd753d201b83685c6a753e51d91445603696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Pivo=C5=88ka?= Date: Wed, 12 Jul 2023 23:33:57 +0200 Subject: [PATCH] Cleanup test args --- EnvimixForTmufCLI/Properties/launchSettings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EnvimixForTmufCLI/Properties/launchSettings.json b/EnvimixForTmufCLI/Properties/launchSettings.json index 2ee8138..30f851f 100644 --- a/EnvimixForTmufCLI/Properties/launchSettings.json +++ b/EnvimixForTmufCLI/Properties/launchSettings.json @@ -1,8 +1,7 @@ { "profiles": { "EnvimixForTmufCLI": { - "commandName": "Project", - "commandLineArgs": "\"C:\\Users\\petrp\\Documents\\TrackMania\\Tracks\\Challenges\\My Challenges\\ClipToReplayTestMap.Challenge.Gbx\"" + "commandName": "Project" } } } \ No newline at end of file