diff --git a/Netch/PostBuild.bat b/Netch/PostBuild.bat index 8a84c91d..e4dfe115 100644 --- a/Netch/PostBuild.bat +++ b/Netch/PostBuild.bat @@ -21,3 +21,5 @@ XCOPY /s /Y %SolutionDir%modes\mode %TargetDir%mode\ >NUL DEL /f %TargetDir%*.config >NUL 2>&1 DEL /f %TargetDir%*.pdb >NUL 2>&1 RD /s /Q %TargetDir%x86 >NUL 2>&1 + +exit 0 \ No newline at end of file