1
0
mirror of https://github.com/git-touch/git-touch synced 2025-01-09 06:17:22 +01:00
git-touch-android-ios-app/scripts/build.sh
2020-10-08 17:17:32 +08:00

5 lines
93 B
Bash

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