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 91e6f30 commit 18bb97d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/YT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,12 @@ fi
(

echo "▼ Bắt đầu quá trình xây dựng..."
java -Djava.io.tmpdir=$HOME -jar $lib1 patch 2>&1

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
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
Expand Down

0 comments on commit 18bb97d

Please sign in to comment.