Looking for return code

This commit is contained in:
Eric Ratliff
2026-01-26 18:30:31 -06:00
parent 0188439c08
commit 39aa6f60be

View File

@@ -385,6 +385,12 @@ if not exist "%ADB_PATH%" (
echo Installing: %APK%
"%ADB_PATH%" install -r "%APK%"
if errorlevel 1 (
echo.
echo Deployment failed!
exit /b 1
)
echo.
echo Deployed!
"#;