From 5cb4e5c82e58c1c6888bfddec48fed861ded9f87 Mon Sep 17 00:00:00 2001 From: chromium <55208871+chromium122@users.noreply.github.com> Date: Sat, 27 May 2023 15:02:45 +0200 Subject: [PATCH] don't copy built apk file to the desktop --- filcnaplo/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/filcnaplo/build.sh b/filcnaplo/build.sh index c7acf16..da741c2 100755 --- a/filcnaplo/build.sh +++ b/filcnaplo/build.sh @@ -9,5 +9,4 @@ function get_version cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1 end -flutter build apk --release --dart-define=APPVER=(get_version) --no-tree-shake-icons && \ - cp -v "build/app/outputs/flutter-apk/app-release.apk" ~/"Desktop/hu.filc.naplo_"(get_version_bn).apk +flutter build apk --release --dart-define=APPVER=(get_version) --no-tree-shake-icons