chore: Do not ship unused emoji font for android and iOS

This commit is contained in:
krille-chan 2023-11-19 14:27:19 +01:00
commit 358e66e612
No known key found for this signature in database
3 changed files with 14 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#!/bin/sh -ve
git apply ./scripts/enable-android-google-services.patch
rm -rf fonts/NotoEmoji
yq -i 'del( .flutter.fonts[] | select(.family == "NotoEmoji") )' pubspec.yaml
flutter clean
flutter pub get
cd ios