Sigh, forgot another dll

This commit is contained in:
def 2015-02-06 05:14:49 +01:00
parent 8ecd66fc89
commit 224e1f5a8a

View file

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