X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/youtubedl/blobdiff_plain/0cf0312991a54458a07e903da2e47e9f3c8855ae..c8f5b4fc9bb9ebffecf8b4992ef65562b61de95b:/setup.py?ds=sidebyside diff --git a/setup.py b/setup.py index 4686260..bfe931f 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ py2exe_options = { "compressed": 1, "optimize": 2, "dist_dir": '.', - "dll_excludes": ['w9xpopen.exe'], + "dll_excludes": ['w9xpopen.exe', 'crypt32.dll'], } py2exe_console = [{