build script fix
This commit is contained in:
2
Makefile
2
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"
|
||||
|
||||
Reference in New Issue
Block a user