diff --git a/Config/F-DroidRepo/Dockerfile b/Config/F-DroidRepo/Dockerfile index 59a5afe..72e380e 100644 --- a/Config/F-DroidRepo/Dockerfile +++ b/Config/F-DroidRepo/Dockerfile @@ -118,7 +118,7 @@ RUN cp -v "$REPO"/*.yml "$REPO"/../metadata || \ echo "No YML files to copy." # Move any downloaded icons to the proper folder. -RUN cp -v "$REPO"/*.png "$REPO"/icons/ || \ +RUN mv -v "$REPO"/"$REPO_ICON" "$REPO"/icons/ || \ echo "No PNG files to copy." # If the icon variable is set, add it to the config file before updating again.