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:
parent
fbfd2c2b7d
commit
047b142744
|
|
@ -1,6 +1,3 @@
|
|||
@echo off
|
||||
set PDIR=%~dp0
|
||||
cd %PDIR%Bin\Content.Client
|
||||
start Content.Client.exe %*
|
||||
cd %PDIR%
|
||||
dotnet run --project Content.Client
|
||||
set PDIR=
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
@echo off
|
||||
set PDIR=%~dp0
|
||||
cd %PDIR%Bin\Content.Server
|
||||
call Content.Server.exe %*
|
||||
cd %PDIR%
|
||||
set PDIR=
|
||||
dotnet run --project Content.Server
|
||||
pause
|
||||
|
|
|
|||
Loading…
Reference in New Issue