mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-12 11:17:50 +02:00
fix: include moreutils into CI
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
4e8999835a
commit
158e2ca444
@ -169,6 +169,7 @@ build_android_apk:
|
||||
build_p2022_android:
|
||||
extends: build_android_apk
|
||||
before_script:
|
||||
- apt update && apt install -y moreutils
|
||||
- git apply ./scripts/enable-android-google-services.patch
|
||||
- sed -i 's/im.fluffychat.fluffychat/de.brandenburg.polizei.messenger/g' android/app/build.gradle
|
||||
- sed -i 's/im.fluffychat.fluffychat/de.brandenburg.polizei.messenger/g' lib/config/app_config.dart
|
||||
@ -177,6 +178,10 @@ build_p2022_android:
|
||||
- sed -i 's/https\:\/\/push\.fluffychat\.im\/_matrix\/push\/v1\/notify\/https:\/\/janian.de\/_matrix\/push\/v1\/notify/g' lib/config/app_config.dart
|
||||
- sed -i 's/\$version/\$version-ACAB/g' lib/utils/platform_infos.dart
|
||||
- find assets/l10n -name "*.arb" -exec sed -i 's/FluffyChat/BB Messenger/g' {} +
|
||||
- |
|
||||
for i in assets/l10n/*.arb; do
|
||||
jq '.welcomeText = "Brandenburg Polizei Messenger"' $i | sponge $i
|
||||
done
|
||||
- sed -i 's/FluffyChat/BB Messenger/g' lib/config/app_config.dart
|
||||
- flutter gen-l10n
|
||||
- cat ${P2020_BRANDING} | base64 -d > p2020_branding.tar
|
||||
|
Loading…
x
Reference in New Issue
Block a user