Skip to content

Commit

Permalink
Fix for appium#1364
Browse files Browse the repository at this point in the history
  • Loading branch information
drpy committed Oct 29, 2013
1 parent 823d4da commit f20aa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset.bat
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if %doAndroid% == 1 (
ECHO.
ECHO =====Resetting Unlock.apk=====
ECHO.
CALL :runCmd "RD /S /Q build\unlock_apk"
CALL :runCmd "RD /S /Q build\unlock_apk | VER > NUL"
CALL :runCmd "MKDIR build\unlock_apk"
ECHO Building Unlock.apk
CALL :runCmd "git submodule update --init submodules\unlock_apk"
Expand Down

0 comments on commit f20aa7f

Please sign in to comment.