Skip to content

Commit

Permalink
update appcenter script to use appbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Jul 4, 2020
1 parent a1f2c57 commit 5422d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sudo installer -store -pkg "$HOME/Downloads/node-installer.pkg" -target "/"
cd ./lib/js_service_kusama && yarn install && yarn run build && cd ../..
cd ./lib/js_service_acala && yarn install && yarn run build && cd ../..

flutter build apk --release
flutter build appbundle --release

# copy the APK where AppCenter will find it
mkdir -p android/app/build/outputs/apk/; mv build/app/outputs/apk/release/app-release.apk $_
mv build/app/outputs/bundle/release/app-release.aab $_

0 comments on commit 5422d14

Please sign in to comment.