add install task

master
fuwa 4 years ago
parent 09a9bc4ee8
commit 28c3648abc

@ -60,6 +60,9 @@ build:
cd cyberwow && \
flutter build apk --target-platform android-arm64
install: build
cd cyberwow && \
flutter install
# build wownero android binary

Loading…
Cancel
Save