From be841bf188fdfaccc8848544334c619c496398e8 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 11 Oct 2022 21:03:21 -0500 Subject: [PATCH] Change formatting of telegram build message --- build_revanced.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_revanced.sh b/build_revanced.sh index 1320164..923c027 100755 --- a/build_revanced.sh +++ b/build_revanced.sh @@ -166,7 +166,7 @@ mv revanced-music.apk ReVanced-Music-nonroot-$timestamp.apk # Send telegram message about the new build echo "Sending messages to telegram" | tee -a build.log /home/sintan/.local/bin/telegram-upload ReVanced-nonroot-$timestamp.apk ReVanced-Music-nonroot-$timestamp.apk --to "placeholder_for_channel_address" --caption "" -echo "Build details:" > message.tmp +echo "<----------Build details---------->" > message.tmp cat versions.json | tail -n+2 | head -n-1 | cut -c3- | sed "s/\"//g" | sed "s/,//g" | sed "s/com.google.android.apps.youtube.music/YouTube Music/" | sed "s/com.google.android.youtube/YouTube/" | sed "s/vanced-microG/Vanced microG/" >> message.tmp cat message.tmp | ./telegram.sh - rm message.tmp