Only move the specific repo icon. Do a move not a copy so that it does not get counted as an app.

This commit is contained in:
2026-07-04 08:05:00 -07:00
parent a854dc9664
commit 4d560b3597
+1 -1
View File
@@ -118,7 +118,7 @@ RUN cp -v "$REPO"/*.yml "$REPO"/../metadata || \
echo "No YML files to copy." echo "No YML files to copy."
# Move any downloaded icons to the proper folder. # 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." echo "No PNG files to copy."
# If the icon variable is set, add it to the config file before updating again. # If the icon variable is set, add it to the config file before updating again.