0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-25 02:45:12 +00:00

Fix py2exe build (#7276)

This commit is contained in:
Philipp Hagemeister 2015-10-24 00:10:28 +02:00
parent edeb3e7cb1
commit dae69640d0

View file

@ -28,7 +28,7 @@
"compressed": 1,
"optimize": 2,
"dist_dir": '.',
"dll_excludes": ['w9xpopen.exe'],
"dll_excludes": ['w9xpopen.exe', 'crypt32.dll'],
}
py2exe_console = [{