Skip to content

Commit 8d4a682

Browse files
committed
Fix macOS release builds with sdl2_ttf 2.20
The new sdl2_ttf release renamed its COPYING.txt file to LICENSE.txt. Adjust the name so that we can build the release.
1 parent 3c07485 commit 8d4a682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ main() {
8686
cp /usr/local/opt/sdl2/lib/libSDL2-*.dylib "${distname}"
8787
cp /usr/local/opt/sdl2/LICENSE.txt "${distname}/LICENSE.sdl2"
8888
cp /usr/local/opt/sdl2_ttf/lib/libSDL2_ttf-*.dylib "${distname}"
89-
cp /usr/local/opt/sdl2_ttf/COPYING.txt "${distname}/LICENSE.sdl2_ttf"
89+
cp /usr/local/opt/sdl2_ttf/LICENSE.txt "${distname}/LICENSE.sdl2_ttf"
9090
cp /usr/local/opt/freetype/lib/libfreetype.*.dylib "${distname}"
9191
cp /usr/local/opt/freetype/LICENSE.TXT "${distname}/LICENSE.freetype"
9292
cp /usr/local/opt/libpng/lib/libpng16.*.dylib "${distname}"

0 commit comments

Comments
 (0)