diff --git a/build_client.bat b/build_client.bat index 9451900a..320be6f6 100644 --- a/build_client.bat +++ b/build_client.bat @@ -1,8 +1,8 @@ +call update_deps.bat + call checkout_client.bat if %errorlevel% neq 0 exit /b %errorlevel% -call update_deps.bat - cd %~dp0 git reset --hard