Skip to content

Commit

Permalink
build.sh upd
Browse files Browse the repository at this point in the history
  • Loading branch information
marchellodev committed Mar 9, 2020
1 parent 6b40e57 commit d40e841
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
start_time=$(date +%s)

flutter channel dev
flutter channel beta
flutter upgrade
flutter clean
flutter build apk --split-per-abi
flutter build appbundle

flutter channel master
flutter upgrade
flutter clean
hover bumpversion

hover build linux
Expand All @@ -15,7 +18,7 @@ hover build linux-rpm
hover build linux-snap

hover build windows
hover build msi
hover build windows-msi

hover build darwin
hover build darwin-bundle
Expand Down

0 comments on commit d40e841

Please sign in to comment.