From c8cedca4f985de1eee5df19715cbede99dfd187c Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 21 Jan 2025 12:41:19 -0800
Subject: [PATCH] Fixed typos
---
build-scripts/release-info.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-scripts/release-info.json b/build-scripts/release-info.json
index 31160ed..3d7eb4a 100644
--- a/build-scripts/release-info.json
+++ b/build-scripts/release-info.json
@@ -59,13 +59,13 @@
"files-lib": {
"": [
"build-scripts/pkg-support/msvc/@<@ARCH@>@/INSTALL.md.in:INSTALL.md",
- "LICENSE.txt"
+ "LICENSE.txt",
"build-scripts/pkg-support/msvc/README.md"
]
},
"files-devel": {
"": [
- "build-scripts/pkg-support/msvc/INSTALL.md"
+ "build-scripts/pkg-support/msvc/INSTALL.md",
"LICENSE.txt",
"build-scripts/pkg-support/msvc/README.md"
],