Add pause to runclient (#37748)

This commit is contained in:
B_Kirill 2025-05-26 21:50:05 +10:00 committed by GitHub
parent 58b3e572be
commit cb8e7446a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
@echo off @echo off
dotnet run --project Content.Client --configuration Tools dotnet run --project Content.Client --configuration Tools
pause

View file

@ -1,2 +1,3 @@
@echo off @echo off
dotnet run --project Content.Client dotnet run --project Content.Client
pause