From d6fbf67e98e56c92f20a112d5c1d8f3b5a302cb1 Mon Sep 17 00:00:00 2001 From: j-hc <25510067+j-hc@users.noreply.github.com> Date: Wed, 23 Nov 2022 19:45:14 +0300 Subject: [PATCH] merge integrations for twitch --- utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.sh b/utils.sh index 7c43a52..e9c1d12 100755 --- a/utils.sh +++ b/utils.sh @@ -343,6 +343,7 @@ build_reddit() { build_twitch() { declare -A twitch_args twitch_args[app_name]="Twitch" + twitch_args[patcher_args]="-m ${RV_INTEGRATIONS_APK}" twitch_args[mode]="$TWITCH_MODE" twitch_args[pkg_name]="tv.twitch.android.app" twitch_args[apkmirror_dlurl]="twitch-interactive-inc/twitch"