From 611071ecd071f215bc19e7518bad113de08a5cb2 Mon Sep 17 00:00:00 2001 From: vtretyakov Date: Wed, 4 Mar 2020 11:49:20 +0700 Subject: [PATCH] build script fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad717c6..af286b8 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 android/app/build/app/outputs/apk/*/*/*.apk output + rsync android/app/build/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"