mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 10:12:03 +01:00
Stop creating duplicate icons in repo
This commit is contained in:
3
.github/scripts/create-repo.sh
vendored
3
.github/scripts/create-repo.sh
vendored
@@ -32,9 +32,6 @@ for APK in ${APKS[@]}; do
|
||||
ICON=$(echo "$BADGING" | grep -Po "application-icon-320.*'\K[^']+")
|
||||
unzip -p $APK $ICON > icon/${PKGNAME}.png
|
||||
|
||||
# TODO: legacy icons; remove after a while
|
||||
cp icon/${PKGNAME}.png icon/${FILENAME%.*}.png
|
||||
|
||||
SOURCE_INFO=$(jq ".[\"$PKGNAME\"]" < ../output.json)
|
||||
|
||||
# Fixes the language code without needing to update the packages.
|
||||
|
||||
Reference in New Issue
Block a user