From 83737a77ecc8b1033d04e919ef806f9236f9c939 Mon Sep 17 00:00:00 2001 From: lubomyr Date: Mon, 1 Jan 2018 21:00:13 +0200 Subject: ANDROIDSDL: fixed path to output apk file in build.sh script --- dists/androidsdl/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dists/androidsdl') 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 -- cgit v1.2.3