Skip to content

Commit

Permalink
Update build_revanced.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Serph91P authored Nov 18, 2023
1 parent df8bbf0 commit 2ea2707
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build_revanced.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ echo "************************************"

if [ -f "com.google.android.youtube.apk" ]; then
java -jar revanced-cli.jar patch \
--merge revanced-integrations.apk \
--patch-bundle revanced-patches.jar \
#${patches[@]} \
#$EXPERIMENTAL \
--out "build/revanced-youtube-$(cat versions.json | grep -oP '(?<="com.google.android.youtube.apk": ")[^"]*').apk" \
-m revanced-integrations.apk \
-b revanced-patches.jar \
${patches[@]} \
$EXPERIMENTAL \
-o "build/revanced-youtube-$(cat versions.json | grep -oP '(?<="com.google.android.youtube.apk": ")[^"]*').apk" \
com.google.android.youtube.apk
else
echo "Cannot find YouTube APK, skipping build"
Expand Down

0 comments on commit 2ea2707

Please sign in to comment.