From 3b91f3dce693d998b838ffa66a9d6159bbb907de Mon Sep 17 00:00:00 2001 From: vtretyakov Date: Wed, 4 Mar 2020 11:37:07 +0700 Subject: [PATCH] build script fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2384ebe..ad717c6 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ android-apps: pub-get apk-prod apk-ote apk-int apk-staging apk-testing apk-autob archive: rm -fR output mkdir -p output - rsync build/app/outputs/apk/*/*/*.apk output + rsync android/app/build/app/outputs/apk/*/*/*.apk output apk-prod: flutter build apk --split-per-abi --release --build-name $(VERSION_NAME) $(FLAGS) --build-number $(VERSION) --flavor dinect || echo "prod"