Massive/install.sh
Brandon Presley c866fac9d2 Fix install.sh
It was doing the adb install from the project directory, but had already
changed into android.
2022-10-01 15:36:04 +13:00

6 lines
129 B
Bash
Executable File

#!/bin/sh
cd android || exit 1
./gradlew assembleRelease
adb -d install app/build/outputs/apk/release/app-arm64-v8a-release.apk