Move all png files so they do not get counted as APKs.
This commit is contained in:
@@ -115,11 +115,11 @@ RUN bash -c 'if [[ -n "$FILE19" ]]; then wget -P "$REPO" "$FILE19"; fi'
|
||||
|
||||
# Move any downloaded metadata files to the correct folder.
|
||||
RUN cp -v "$REPO"/*.yml "$REPO"/../metadata || \
|
||||
echo "No YML files to copy."
|
||||
echo "No YML file(s) to copy."
|
||||
|
||||
# Move any downloaded icons to the proper folder.
|
||||
RUN mv -v "$REPO"/"$REPO_ICON" "$REPO"/icons/ || \
|
||||
echo "No PNG files to copy."
|
||||
RUN mv -v "$REPO"/*.png "$REPO"/icons/ || \
|
||||
echo "No PNG file(s) to copy."
|
||||
|
||||
# If the icon variable is set, add it to the config file before updating again.
|
||||
RUN [ ! -z "$REPO_ICON" ] && \
|
||||
|
||||
Reference in New Issue
Block a user