diff options
author | cyBerta <richy@cyborgsociety.org> | 2013-11-09 20:09:24 +0100 |
---|---|---|
committer | cyBerta <richy@cyborgsociety.org> | 2013-11-09 20:09:24 +0100 |
commit | 0718d1fd0c5ff023edadb5f519d61a177d703656 (patch) | |
tree | 53986a175458cd90f188037d2d3f8a1a5c9c4330 /run.sh | |
parent | 93ea778bf85b15cf3e495489b5d1f029da54c537 (diff) |
bitmaskclient instead of leapclient in package path
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ fi wait_until_booted adb install -r $PROJECT_FOLDER/bin/LEAP\ Android-debug.apk # Install the new version of the application -adb shell am start se.leap.leapclient/.Dashboard # Run app +adb shell am start se.leap.bitmaskclient/.Dashboard # Run app |