aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl
diff options
context:
space:
mode:
authorlubomyr2018-01-01 21:00:13 +0200
committerEugene Sandulenko2018-01-26 13:51:38 +0100
commit83737a77ecc8b1033d04e919ef806f9236f9c939 (patch)
treeb39384743df701c2236bfb7f66ea1800d22efdae /dists/androidsdl
parent3d4b6c721d5737c40a41712d7003c30e202ec3e0 (diff)
downloadscummvm-rg350-83737a77ecc8b1033d04e919ef806f9236f9c939.tar.gz
scummvm-rg350-83737a77ecc8b1033d04e919ef806f9236f9c939.tar.bz2
scummvm-rg350-83737a77ecc8b1033d04e919ef806f9236f9c939.zip
ANDROIDSDL: fixed path to output apk file in build.sh script
Diffstat (limited to 'dists/androidsdl')
-rwxr-xr-xdists/androidsdl/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/androidsdl/build.sh b/dists/androidsdl/build.sh
index 055278f5a1..d46f7614b9 100755
--- a/dists/androidsdl/build.sh
+++ b/dists/androidsdl/build.sh
@@ -22,5 +22,5 @@ fi
cd ../../../androidsdl
./build.sh scummvm
-mv project/bin/MainActivity-debug.apk ../scummvm/dists/androidsdl/scummvm-debug.apk
+mv project/app/build/outputs/apk/app-release.apk ../scummvm/dists/androidsdl/scummvm-debug.apk
cd ../scummvm/dists/androidsdl