I may have fixed a deployment bug
This commit is contained in:
@@ -352,8 +352,8 @@ call gradlew.bat buildApk
|
|||||||
echo.
|
echo.
|
||||||
echo Deploying to Control Hub...
|
echo Deploying to Control Hub...
|
||||||
|
|
||||||
REM Find APK
|
REM Find APK - look for TeamCode-debug.apk
|
||||||
for /f "delims=" %%i in ('dir /s /b "%SDK_DIR%\*app-debug.apk" 2^>nul') do set APK=%%i
|
for /f "delims=" %%i in ('dir /s /b "%SDK_DIR%\TeamCode-debug.apk" 2^>nul') do set APK=%%i
|
||||||
|
|
||||||
if not defined APK (
|
if not defined APK (
|
||||||
echo Error: APK not found
|
echo Error: APK not found
|
||||||
|
|||||||
Reference in New Issue
Block a user