From 25f2efdcec3d6b3ed1eaa3bfb0328e7f5c3f2d2c Mon Sep 17 00:00:00 2001 From: jmir1 Date: Mon, 14 Jun 2021 19:14:37 +0200 Subject: [PATCH] fix build script --- .github/scripts/create-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/create-repo.sh b/.github/scripts/create-repo.sh index 232961f6c..d3ea0259e 100755 --- a/.github/scripts/create-repo.sh +++ b/.github/scripts/create-repo.sh @@ -25,7 +25,7 @@ for APK in ${APKS[@]}; do APPLICATION=$(echo "$BADGING" | grep application:) LABEL=$(echo $APPLICATION | grep -Po "label='\K[^']+") - LANG=$(echo $APK | grep -Po "tachiyomi-\K[^\.]+") + LANG=$(echo $APK | grep -Po "aniyomi-\K[^\.]+") ICON=$(echo "$BADGING" | grep -Po "application-icon-320.*'\K[^']+") unzip -p $APK $ICON > icon/${FILENAME%.*}.png