dont add mod-icons to the filename for the mod icons

This commit is contained in:
2025-11-02 12:02:01 +01:00
parent e285b8a6a7
commit dd8491ce57
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ runs:
ICON_FOLDER="$SKIN_DIR"
OUTPUT_DIR="$REPO_MOD_ICONS_DIR/$skin_path"
mkdir -p "$OUTPUT_DIR"
OUTPUT="$OUTPUT_DIR/${skin_header}-mod-icons.webp"
OUTPUT="$OUTPUT_DIR/${skin_header}.webp"
row_images=()
row_index=1