forked from firka/student-legacy
don't copy built apk file to the desktop
This commit is contained in:
parent
74caba75d6
commit
5cb4e5c82e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user