about summary refs log tree commit diff
path: root/scripts/make_release.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make_release.py')
-rw-r--r--scripts/make_release.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_release.py b/scripts/make_release.py
index b1cc0fc0..08839da7 100644
--- a/scripts/make_release.py
+++ b/scripts/make_release.py
@@ -67,6 +67,7 @@ if include_data and not use_bundle:
 	copydir("data", package_dir)
 	if platform[:3] == "win":
 		shutil.copy("other/config_directory.bat", package_dir)
+		shutil.copy("SDL.dll", package_dir)
 
 if include_exe and not use_bundle:
 	shutil.copy(name+exe_ext, package_dir)