Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Oct 29, 2022
1 parent 45e1431 commit 65ec8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ unzip -qo "$Likk/lib/YouTube.apk" "lib/$DEVICE/*" -d $Likk/Tav
[ "$CREATE" == 'true' ] && echo -n "-e disable-create-button " >> $Likk/logk
[ "$TYPE" != 'true' ] && lib='lib/*/*'

zip -qr $Likk/lib/YouTube.apk -d $lib || tee 1.txt
zip -qr $Likk/lib/YouTube.apk -d $lib

if [ "$AMOLED" == 'true' ];then
echo -n "-e theme " >> $Likk/logk
Expand Down

0 comments on commit 65ec8c1

Please sign in to comment.