From d01a658c15d2f7c8b0d5ed5d6b9ff1332a8271b9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 3 Jul 2026 17:05:43 -0700 Subject: [PATCH] Copy any YML files to the metadata folder. --- Config/F-DroidRepo/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config/F-DroidRepo/Dockerfile b/Config/F-DroidRepo/Dockerfile index 96cf2de..3f07060 100644 --- a/Config/F-DroidRepo/Dockerfile +++ b/Config/F-DroidRepo/Dockerfile @@ -114,6 +114,9 @@ RUN bash -c 'if [[ -n "$FILE17" ]]; then wget -P "$REPO" "$FILE17"; fi' RUN bash -c 'if [[ -n "$FILE18" ]]; then wget -P "$REPO" "$FILE18"; fi' RUN bash -c 'if [[ -n "$FILE19" ]]; then wget -P "$REPO" "$FILE19"; fi' +# Move any downloaded metadata files to the correct folder. +RUN mv "$REPO"/*.yml "$REPO"/../metadata + RUN fdroid update -c # Publish Repo Contents to Web Root #