build: Add missing incomment fcm push service

pull/2020/head
Christian Kußowski 3 months ago
parent 4a9efddf15
commit f798421dd2
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -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
sed -i -e 's,^/\*,,' -e 's,\*/$,,' android/app/src/main/kotlin/chat/fluffy/fluffychat/FcmPushService.kt
fi
Loading…
Cancel
Save