6
StarHorizon_Public/runclient-Release.bat
2025-11-07 12:32:48 +03:00

4 lines
102 B
Batchfile

@echo off
dotnet run --project Content.Client --configuration Release --property WarningLevel=0
pause