diff options
author | Parménides GV <parmegv@sdf.org> | 2013-10-10 16:58:58 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-10-10 16:58:58 +0200 |
commit | a2a38163202e53eea1328d7c20ec0e94b33f2fc6 (patch) | |
tree | f1acbdaa6403e6230c881d430099d6f841dcc705 /run.sh | |
parent | 04fedee9f6be1e3e46a8c91c9a39343513cc6fe1 (diff) |
Refactored leapclient to bitmaskclient.
I do not change the company (se.leap).
All references within strings.xml point to "bitmask" instead of to "leap".
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 |