mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-06-09 10:06:46 +02:00
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
-4
@@ -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
-5
@@ -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