Skip to content

Commit 990e35c

Browse files
committed
fix(compile): fixed compile.bat
1 parent 23787a2 commit 990e35c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compile.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@echo off
22
title Compiling CSAuto...
3-
rm -r Output
3+
del /f /s /q Output
4+
rmdir Output
45
@echo Cleaning steamapiserver project...
56
msbuild src\SteamAPIServer\SteamAPIServer.csproj /t:Clean /property:Configuration=Release > nul
67
@echo Cleaned steamapiserver project

0 commit comments

Comments
 (0)