Use dotnet run for the run batch files instead of directly calling the exe (#27698)

* Use dotnet run for the run batch files instead of directly calling the exe

* FUCK
This commit is contained in:
Vasilis
2024-05-05 23:18:26 +03:00
committed by GitHub
parent 92c2ff0b05
commit eb2fac40db
2 changed files with 2 additions and 9 deletions

View File

@@ -1,6 +1,3 @@
@echo off @echo off
set PDIR=%~dp0 dotnet run --project Content.Client
cd %PDIR%Bin\Content.Client
start Content.Client.exe %*
cd %PDIR%
set PDIR= set PDIR=

View File

@@ -1,7 +1,3 @@
@echo off @echo off
set PDIR=%~dp0 dotnet run --project Content.Server
cd %PDIR%Bin\Content.Server
call Content.Server.exe %*
cd %PDIR%
set PDIR=
pause pause