Skip to content

Commit

Permalink
Update YT.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Sep 7, 2023
1 parent 81f5acb commit a1bf642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/YT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ if [ "$TYPE" == 'true' ];then
lib='lib/*/*'
if [ -e apk/YouTube.apks ];then
unzip -qo apk/YouTube.apks 'base.apk' -d Tav
unzip -qo Tav/base.apk lib/$DEVICE/* -d Tav
mv -f Tav/lib/$DEVICE Tav/lib/$ach
else
cp apk/YouTube.apk Tav/base.apk
fi
unzip -qo Tav/base.apk lib/$DEVICE/* -d Tav
mv -f Tav/lib/$DEVICE Tav/lib/$ach
fi

# Copy
Expand Down

0 comments on commit a1bf642

Please sign in to comment.