SDL_image: Don't add tests folder to mingw binary archive (c6d33)

From c6d33fe9dd38f987bb90864049123ef42877bcd9 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Fri, 13 Dec 2024 19:38:22 +0100
Subject: [PATCH] Don't add tests folder to mingw binary archive

[ci skip]

(cherry picked from commit 3066e63c8f141bca3dc91876a92cf2ea38e69f6e)
---
 build-scripts/release-info.json | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/build-scripts/release-info.json b/build-scripts/release-info.json
index 4632e93e..28e6f200 100644
--- a/build-scripts/release-info.json
+++ b/build-scripts/release-info.json
@@ -58,9 +58,6 @@
       "cmake": [
         "mingw/pkg-support/cmake/sdl2_image-config.cmake",
         "mingw/pkg-support/cmake/sdl2_image-config-version.cmake"
-      ],
-      "test": [
-        "test/*"
       ]
     },
     "dependencies": {