feat: upgrade to latest alpine 3.19 and fdroid 2.2

This commit is contained in:
2024-04-29 19:13:08 +02:00
parent aa50e74d9a
commit b49a7ea957
8 changed files with 434 additions and 384 deletions

View File

@ -7,6 +7,7 @@ DIR=$2
FILE=$3
if [ -z "$FILE" ] || [[ "$FILE" == *.apk ]] || [[ "$FILE" == *.yml ]]; then
fdroid update --clean --rename-apks --use-date-from-apk --delete-unknown
. /fdroid/bin/activate && fdroid update --clean -c --rename-apks --use-date-from-apk --delete-unknown
. /fdroid/bin/activate && fdroid deploy
fi