mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Sigh, forgot another dll
This commit is contained in:
parent
8ecd66fc89
commit
224e1f5a8a
|
@ -85,6 +85,7 @@ if include_data and not use_bundle:
|
|||
shutil.copy("libeay32.dll", package_dir)
|
||||
shutil.copy("libidn-11.dll", package_dir)
|
||||
shutil.copy("ssleay32.dll", package_dir)
|
||||
shutil.copy("zlib1.dll", package_dir)
|
||||
|
||||
if include_exe and not use_bundle:
|
||||
shutil.copy(name+exe_ext, package_dir)
|
||||
|
|
Loading…
Reference in a new issue