Add ability to specify an icon. Add the icon download to the file list. Add gaps between APKs in preparation for YML files.

This commit is contained in:
2026-07-03 14:58:38 -07:00
parent 58b0f4116d
commit 59312620f5
3 changed files with 16 additions and 10 deletions
+3
View File
@@ -36,11 +36,14 @@ ARG REPO_DOMAIN
ENV REPO_DOMAIN="$REPO_DOMAIN"
ARG REPO_NAME
ENV REPO_NAME="$REPO_NAME"
ARG REPO_ICON
ENV REPO_ICON="$REPO_ICON"
# TBD/TODO: Add commands to remove repo_url and repo_name if they already exist.
RUN sed -i "$ a repo_url: $REPO_DOMAIN/fdroid/repo" "$FDROID/config.yml"
RUN sed -i "$ a repo_name: $REPO_NAME" "$FDROID/config.yml"
RUN sed -i "$ a repo_icon: $REPO_ICON" "$FDROID/config.yml"
RUN fdroid update