Skip to content

Commit

Permalink
Merge pull request #15 from Robert3141/beta
Browse files Browse the repository at this point in the history
V2.2.0
  • Loading branch information
Robert3141 authored Nov 11, 2019
2 parents 78a7422 + c3b24cb commit 6471a96
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 136 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flutter build appbundle && echo - && echo APP BUNDLE BUILD DONE && echo - && flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi && echo - && echo APK BUILD DONE && echo - && flutter build web && echo - && echo WEB BUILD DONE && echo - && cd ./build/web && del /f web.zip && 7z a -tzip web.zip * && copy web.zip "../app/outputs/apk/release" && cd ../../ && echo - && echo WEB ZIPPED && echo -
flutter build appbundle && echo - && echo APP BUNDLE BUILD DONE && echo - && flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi && echo - && echo APK BUILD DONE && echo - && flutter build web && echo - && echo WEB BUILD DONE && echo - && cd ./build/web && del /f web.zip && 7z a -tzip web.zip * && copy /f web.zip "../app/outputs/apk/release" && cd ../../ && echo - && echo WEB ZIPPED && echo -
Loading

0 comments on commit 6471a96

Please sign in to comment.