Files
simple-sshd/scripts/install_release_debug.sh
2025-04-07 15:50:54 +12:00

6 lines
205 B
Bash
Executable File

# Change to the project root directory
# shellcheck disable=SC2164
cd "$(dirname "$0")/.."
PROJECT_ROOT=$(pwd)
adb install "$PROJECT_ROOT"/app/build/outputs/apk/release/app-release-aligned-debugSigned.apk