Skip to content

Commit 33d18dd

Browse files
committed
Don't use a glob in file list for archives
(This has better reproducibility)
1 parent 04d26b6 commit 33d18dd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

build-scripts/release-info.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@
163163
"bin/tiff.dll",
164164
"bin/libwebp.dll",
165165
"bin/libwebpdemux.dll",
166-
"share/licenses/SDL3_image/optional/*.txt"
166+
"share/licenses/SDL3_image/optional/LICENSE.aom.txt",
167+
"share/licenses/SDL3_image/optional/LICENSE.avif.txt",
168+
"share/licenses/SDL3_image/optional/LICENSE.dav1d.txt",
169+
"share/licenses/SDL3_image/optional/LICENSE.tiff.txt",
170+
"share/licenses/SDL3_image/optional/LICENSE.webp.txt"
167171
]
168172
},
169173
"files-devel": {
@@ -179,7 +183,11 @@
179183
"bin/tiff.dll",
180184
"bin/libwebp.dll",
181185
"bin/libwebpdemux.dll",
182-
"share/licenses/SDL3_image/optional/*.txt"
186+
"share/licenses/SDL3_image/optional/LICENSE.aom.txt",
187+
"share/licenses/SDL3_image/optional/LICENSE.avif.txt",
188+
"share/licenses/SDL3_image/optional/LICENSE.dav1d.txt",
189+
"share/licenses/SDL3_image/optional/LICENSE.tiff.txt",
190+
"share/licenses/SDL3_image/optional/LICENSE.webp.txt"
183191
]
184192
}
185193
},

0 commit comments

Comments
 (0)