kopia lustrzana https://github.com/ytdl-org/youtube-dl
Fix py2exe build (#7276)
rodzic
edeb3e7cb1
commit
dae69640d0
2
setup.py
2
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 = [{
|
||||
|
|
Ładowanie…
Reference in New Issue