make_release.py for Windows with opus

This commit is contained in:
def 2014-10-28 16:19:49 +01:00
parent 47e86a0451
commit 006acade69

View file

@ -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)