Skip to content

Commit

Permalink
Update YT.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 1, 2025
1 parent 18bb97d commit 90fe57f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/YT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,16 @@ fi
(

echo "▼ Bắt đầu quá trình xây dựng..."
java -Djava.io.tmpdir=$HOME -jar $lib1 patch -p $lib2 -p $lib3 2>&1
echo
echo
java -Djava.io.tmpdir=$HOME -jar $lib1 2>&1
java -jar $lib1 list-patches --with-packages --with-versions --with-options $lib2
echo
echo
eval "java -Djava.io.tmpdir=$HOME -jar $lib1 patch -p $lib2 -p $lib3 apk/YouTube.apk -o YT.apk "$Tof $Ton $Mro $theme $feature"" 2>&1 | tee Log2.txt
grep 'SEVERE:' Log2.txt | sed 's|failed:|failed|g' > Log.txt
echo '- Quá trình xây dựng apk xong.' | tee 2.txt

) & (
exit

sleep 5
zip -qr apk/YouTube.apk -d res/*
Expand Down

0 comments on commit 90fe57f

Please sign in to comment.