Skip to content

Commit

Permalink
scripts/build.sh: Minor cosmetic fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
  • Loading branch information
LeddaZ committed Jun 2, 2024
1 parent 0d787b5 commit 95c9efa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ mkdir -p build/x
x_excluded_patches='-e "Hide recommended users" -e "Hide view count"'

if [ "$revanced" = 'yes' ]; then
echo "************************************"
echo "* Building YouTube ReVanced *"
echo "************************************"
echo "**************************"
echo "* Building YouTube *"
echo "**************************"

if [ -f "youtube.apk" ]; then
java -jar revanced-cli.jar patch -m revanced-integrations.apk \
Expand All @@ -47,9 +47,9 @@ else
fi

if [ "$music" = 'yes' ]; then
echo "************************************"
echo "* Building ReVanced Music *"
echo "************************************"
echo "********************************"
echo "* Building YouTube Music *"
echo "********************************"

echo "=== Building arm APK ==="
if [ -f "music-arm.apk" ]; then
Expand Down Expand Up @@ -92,9 +92,9 @@ else
fi

if [ "$x" = 'yes' ]; then
echo "************************************"
echo "* Building X *"
echo "************************************"
echo "********************"
echo "* Building X *"
echo "********************"

if [ -f "x.apk" ]; then
java -jar revanced-cli.jar patch -m revanced-integrations.apk \
Expand Down

0 comments on commit 95c9efa

Please sign in to comment.