Skip to content

Commit

Permalink
Update YT.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jun 19, 2024
1 parent 7584c74 commit 280be44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/YT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ fi
echo "▼ Bắt đầu quá trình xây dựng..."
#java -Djava.io.tmpdir=$HOME -jar $lib1 patch 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" >>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
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 280be44

Please sign in to comment.