modified installer

dev
Ambigapathy Vinayak ago%!(EXTRA string=11 months)
parent 4fec524051
commit 4ac96d14c7
  1. 1
      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()}")

Loading…
Cancel
Save