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
@@ -12,6 +12,7 @@ services:
#REPO: ${REPO}
REPO_DOMAIN: ${REPO_DOMAIN}
REPO_NAME: ${REPO_NAME}
REPO_ICON: ${REPO_ICON}
FILE00: ${FILE00}
FILE01: ${FILE01}
FILE02: ${FILE02}
@@ -40,6 +41,7 @@ services:
#- REPO=$REPO
- REPO_DOMAIN=$REPO_DOMAIN
- REPO_NAME=$REPO_NAME
- REPO_ICON=$REPO_ICON
- FILE00=$FILE00
- FILE01=$FILE01
- FILE02=$FILE02