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:
6
android_app/upload_apk.sh
Normal file → Executable file
6
android_app/upload_apk.sh
Normal file → Executable file
@@ -1,2 +1,4 @@
|
|||||||
# copy apk file to home
|
#!/bin/sh
|
||||||
cp app/build/outputs/apk/app-debug.apk $HOME/openScale-dev-build.apk
|
|
||||||
|
# copy apk file to home
|
||||||
|
cp app/build/outputs/apk/debug/app-debug.apk $HOME/openScale-dev-build.apk
|
||||||
|
Reference in New Issue
Block a user