git-touch-android-ios-app/scripts/build.sh

5 lines
93 B
Bash

#!/bin/bash
flutter build ios --no-tree-shake-icons
flutter build apk --no-tree-shake-icons