mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-12 18:56:11 +08:00
Accidentally commented "build" out when running ./run --emulator. Whoops D:
This commit is contained in:
parent
e01678da93
commit
24a0e8956c
@ -66,7 +66,7 @@ elif [[ "$#" -eq 1 ]] ; then
|
|||||||
$DIR/build
|
$DIR/build
|
||||||
$DIR/lib/install-device
|
$DIR/lib/install-device
|
||||||
elif [[ $1 == "--emulator" ]] ; then
|
elif [[ $1 == "--emulator" ]] ; then
|
||||||
#$DIR/build
|
$DIR/build
|
||||||
run_on_emulator
|
run_on_emulator
|
||||||
elif [[ $1 =~ "--target=" ]]; then
|
elif [[ $1 =~ "--target=" ]]; then
|
||||||
$DIR/build
|
$DIR/build
|
||||||
|
Loading…
Reference in New Issue
Block a user