build: Add missing incomment fcm push service
This commit is contained in:
parent
4a9efddf15
commit
f798421dd2
1 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ flutter pub get
|
|||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
sed -i '' 's,//<GOOGLE_SERVICES>,,g' lib/utils/background_push.dart
|
||||
sed -i '' -e 's,^/\*,,' -e 's,\*/$,,' android/app/src/main/kotlin/chat/fluffy/fluffychat/FcmPushService.kt
|
||||
else
|
||||
sed -i 's,//<GOOGLE_SERVICES>,,g' lib/utils/background_push.dart
|
||||
fi
|
||||
sed -i -e 's,^/\*,,' -e 's,\*/$,,' android/app/src/main/kotlin/chat/fluffy/fluffychat/FcmPushService.kt
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue