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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user