From 28bd9e7ece1d215e14a51095ab028916c100af33 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 18 Oct 2022 19:51:46 -0500 Subject: [PATCH] Hardcode location for telegram-upload --- build_revanced.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_revanced.sh b/build_revanced.sh index 923c9ad..ec8ba5a 100755 --- a/build_revanced.sh +++ b/build_revanced.sh @@ -200,7 +200,7 @@ echo "Sending messages to telegram" | tee -a build.log # telegram-upload uses personal account, hence bypassing 50 MB max upload limit of bots channel_address=$(cat channel_address | sed -z '$ s/\n$//') -.local/bin/telegram-upload YouTube_ReVanced_nonroot_$timestamp.apk YouTube_Music_ReVanced_nonroot_$timestamp.apk --to "$channel_address" --caption "" +/home/sintan/.local/bin/telegram-upload YouTube_ReVanced_nonroot_$timestamp.apk YouTube_Music_ReVanced_nonroot_$timestamp.apk --to "$channel_address" --caption "" # telegram.sh uses bot account, but it supports formatted messages msg=$(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/" \