diff --git a/scripts/make_release.py b/scripts/make_release.py index bce950199..60b61f7a9 100644 --- a/scripts/make_release.py +++ b/scripts/make_release.py @@ -75,6 +75,10 @@ if include_data and not use_bundle: shutil.copy("other/config_directory.bat", package_dir) shutil.copy("SDL.dll", package_dir) shutil.copy("freetype.dll", package_dir) + shutil.copy("libgcc_s_sjlj-1.dll", package_dir) + shutil.copy("libogg-0.dll", package_dir) + shutil.copy("libopus-0.dll", package_dir) + shutil.copy("libopusfile-0.dll", package_dir) #shutil.copy("libmysql.dll", package_dir) #shutil.copy("mysqlcppconn.dll", package_dir)