From bf8ca49f98cb95a4a528ae5f5fbc7d8249d10c71 Mon Sep 17 00:00:00 2001 From: unknown <55nknown@pm.me> Date: Tue, 1 Feb 2022 18:37:34 +0100 Subject: [PATCH] fix build script --- filcnaplo/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filcnaplo/build.sh b/filcnaplo/build.sh index c784b09..91f1f7e 100644 --- a/filcnaplo/build.sh +++ b/filcnaplo/build.sh @@ -11,9 +11,9 @@ end if test -e /mnt/enc/keys/filc3.properties set -x ANDROID_SIGNING /mnt/enc/keys/filc3.properties -else +end -flutter build apk --dart-define=APPVER=(get_version) +flutter build apk --release --dart-define=APPVER=(get_version) cp -v "build/app/outputs/flutter-apk/app-release.apk" ~/"Desktop/hu.filc.naplo_"(get_version_bn).apk notify-send "Flutter" "Apk build done." \ No newline at end of file