Skip to content

Commit

Permalink
Update XYT.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua committed Jun 19, 2024
1 parent 0a02efd commit 7584c74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/XYT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ fi

# MOD YouTube
(
java -Djava.io.tmpdir=$HOME -jar $lib1 patch 2>&1
echo
#java -Djava.io.tmpdir=$HOME -jar $lib1 patch 2>&1

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

0 comments on commit 7584c74

Please sign in to comment.