Skip to content

Commit

Permalink
Update X build command for new ReVanced CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
  • Loading branch information
LeddaZ committed Nov 24, 2024
1 parent 9dd974e commit d285dae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ if [ "$x" = 'yes' ]; then

if [ -f "x.apk" ]; then
java -jar revanced-cli.jar patch -p revanced-patches.rvp \
--exclusive -e "Hide recommended users" \
-e "Hide view count" -o build/x/x.apk x.apk
--di 134 --di 137 -o build/x/x.apk x.apk
echo "X build finished"
else
echo "Cannot find X APK, skipping build"
Expand Down

0 comments on commit d285dae

Please sign in to comment.