This commit is contained in:
2026-02-08 16:16:35 +01:00
parent ba5cfbdeec
commit fcd442dbeb
2 changed files with 6 additions and 6 deletions

View File

@@ -25,9 +25,6 @@ find "$SOURCE_ROOT" -type f \( -name "*.zip" -o -name "*.7z" -o -name "*.rar" \)
# Extract contents
7z x "$archive" -o"$temp_dir" -y > /dev/null
echo "Extracted to: $temp_dir"
tree "$temp_dir" # DEBUG
# FILTERING LOGIC
find "$temp_dir/$car_name" -type f \
-not -path "**/skins/*/livery.png" \