changeset 2051:97bfb6089274

Update source path of SDL license file for Linux builds
author Michael Pavone <pavone@retrodev.com>
date Fri, 31 Dec 2021 13:03:21 -0800
parents dbbf0100f249
children 3748a2a8a4b7
files build_release
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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