mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
make_release.py for Windows with opus
This commit is contained in:
parent
47e86a0451
commit
006acade69
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue