change package name everywhere

This commit is contained in:
jmir1
2021-04-25 00:32:20 +02:00
parent 8aa648c7ae
commit 0125a32d74
4 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@ for APK in ${APKS[@]}; do
PKGNAME=$(echo $PACKAGE | grep -Po "package: name='\K[^']+")
VCODE=$(echo $PACKAGE | grep -Po "versionCode='\K[^']+")
VNAME=$(echo $PACKAGE | grep -Po "versionName='\K[^']+")
NSFW=$(echo $BADGING | grep -Po "tachiyomi.extension.nsfw' value='\K[^']+")
NSFW=$(echo $BADGING | grep -Po "tachiyomi.animeextension.nsfw' value='\K[^']+")
APPLICATION=$(echo "$BADGING" | grep application:)
LABEL=$(echo $APPLICATION | grep -Po "label='\K[^']+")