Fix build commands

This commit is contained in:
Sardelka9515
2023-01-28 23:19:05 +08:00
parent a79f9f2a69
commit 6a1ebcf9fe

View File

@ -5,4 +5,4 @@ dotnet build -c API Server\RageCoop.Server.csproj
cd %~dp0 cd %~dp0
copy .\Client\Scripts\obj\Release\ref\RageCoop.Client.dll .\bin\API\RageCoop.Client.dll /y copy .\Client\Scripts\obj\Release\ref\RageCoop.Client.dll .\bin\API\RageCoop.Client.dll /y
del .\bin\API\RageCoop.Server.exe del .\bin\API\RageCoop.Server.exe
rmdir .\bin\Release\Client\SubProcess /s /q if exist .\bin\Release\Client\SubProcess rmdir .\bin\Release\Client\SubProcess /s /q