From 4ac96d14c76ad927e6a63c7ce353a1d1230be6fe Mon Sep 17 00:00:00 2001 From: Ambigapathy Vinayak Date: Thu, 13 Jun 2024 14:28:29 +0200 Subject: [PATCH] modified installer --- src/ToolChaine.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ToolChaine.py b/src/ToolChaine.py index 0fec085..f1916d4 100644 --- a/src/ToolChaine.py +++ b/src/ToolChaine.py @@ -42,7 +42,6 @@ def build(config) -> None: match platform.system(): case "Windows": Command.exec("premake5 vs2022") - Command.exec(f"dotnet build -c {config}") case "Linux": Command.exec("premake5 gmake2") Command.exec(f"make config={config.lower()}")