mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-06-09 10:06:49 +02:00
eb2fac40db
* Use dotnet run for the run batch files instead of directly calling the exe * FUCK
4 lines
52 B
Batchfile
4 lines
52 B
Batchfile
@echo off
|
|
dotnet run --project Content.Server
|
|
pause
|