Skip to content

Commit

Permalink
don't copy built apk file to the desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lco4eDb2 authored May 27, 2023
1 parent 74caba7 commit 5cb4e5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions filcnaplo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5cb4e5c

Please sign in to comment.