1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-23 16:53:04 +02:00

Fix path to built apk

This commit is contained in:
Erik Johansson
2017-11-21 18:22:26 +01:00
parent a5beca2c74
commit c49cdeb12a

6
android_app/upload_apk.sh Normal file → Executable file
View File

@@ -1,2 +1,4 @@
# copy apk file to home
cp app/build/outputs/apk/app-debug.apk $HOME/openScale-dev-build.apk
#!/bin/sh
# copy apk file to home
cp app/build/outputs/apk/debug/app-debug.apk $HOME/openScale-dev-build.apk