Skip to content

Commit

Permalink
Update XYT.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Nov 7, 2023
1 parent 10e71eb commit 82e56e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/XYT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ echo '- Quá trình xây dựng apk xong.' | tee 2.txt

) & (

Loading "revanced-resource-cache/res/values" "revanced-resource-cache/res/values" >/dev/null
sleep 3
Loading "$(echo */res/values)" "$(echo */res/values)" >/dev/null
zip -qr apk/YouTube.apk -d res/*
echo '- Quá trình ghép string xong' | tee 1.txt

Expand Down Expand Up @@ -221,7 +222,7 @@ echo '{
"changelog": "https://github.com/'$GITHUB_REPOSITORY'/releases/download/Up/Up-X'$V'notes.json"
}' > "Up-X$V$ach$amoled2.json"

echo 'Update '$(date)' YouTube: '$VER' Version: '${VER//./}'' > Up-X${V}notes.json
echo -e 'Update '$(date)' \nYouTube: '$VER' \nVersion: '${VER//./}'\n Auto by kakathic' > Up-X${V}notes.json

# Tạo module magisk
cd $HOME/.github/Modun
Expand Down

0 comments on commit 82e56e1

Please sign in to comment.