1
0

png -> jpg

This commit is contained in:
Ö. Efe D.
2025-01-01 20:18:35 +01:00
parent 3c33f86b23
commit b9f0b08f01
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ jobs:
for dir in mods/*/; do
if [ -d "$dir" ]; then
MOD_DIR="$(basename "$dir")"
THUMBNAIL="$dir/thumbnail.png"
THUMBNAIL="$dir/thumbnail.jpg"
if [ -f "$THUMBNAIL" ]; then
# Extract width and height using ImageMagick