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