# HG changeset patch # User Michael Pavone # Date 1640984601 28800 # Node ID 97bfb608927411056bf6d40a22807eb5fb728868 # Parent dbbf0100f249ab6e61ba7b2cacb847230bf69b99 Update source path of SDL license file for Linux builds diff -r dbbf0100f249 -r 97bfb6089274 build_release --- a/build_release Fri Dec 31 12:27:14 2021 -0800 +++ b/build_release Fri Dec 31 13:03:21 2021 -0800 @@ -68,8 +68,10 @@ done if [ $OS = "Darwin" ]; then cp SDL-LICENSE "$dir" +elif [ $OS = "Windows" -o $OS = "Win64" ]; then + cp sdl/COPYING.txt "$dir"/SDL-LICENSE$txt else - cp sdl/COPYING.txt "$dir"/SDL-LICENSE$txt + cp sdl/LICENSE.txt "$dir"/SDL-LICENSE$txt fi cp glew/LICENSE.txt "$dir"/GLEW-LICENSE$txt