From e6611f6c18a8abd02bec5525d8b0e9264234597a Mon Sep 17 00:00:00 2001 From: Lukas Winkelmann Date: Tue, 8 Aug 2023 19:54:16 +0200 Subject: [PATCH] Batchdatei geht nicht mehr ins Projektornder --- StartDenHugo.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/StartDenHugo.bat b/StartDenHugo.bat index 46f0c88..6838ee2 100644 --- a/StartDenHugo.bat +++ b/StartDenHugo.bat @@ -1,5 +1,4 @@ @echo off git pull -cd CardMarketBot -dotnet run \ No newline at end of file +dotnet run --project CardMarketBot \ No newline at end of file