summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorcyBerta <richy@cyborgsociety.org>2013-11-09 20:09:24 +0100
committercyBerta <richy@cyborgsociety.org>2013-11-09 20:09:24 +0100
commit0718d1fd0c5ff023edadb5f519d61a177d703656 (patch)
tree53986a175458cd90f188037d2d3f8a1a5c9c4330 /run.sh
parent93ea778bf85b15cf3e495489b5d1f029da54c537 (diff)
bitmaskclient instead of leapclient in package path
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index b5a08612..08209db0 100755
--- a/run.sh
+++ b/run.sh
@@ -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