This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Fix py2exe build (
#7276
)
totalwebcasting
Philipp Hagemeister
9 years ago
parent
edeb3e7cb1
commit
dae69640d0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
setup.py
+ 1
- 1
setup.py
View File
@ -28,7 +28,7 @@ py2exe_options = {
"
compressed
"
:
1
,
"
optimize
"
:
2
,
"
dist_dir
"
:
'
.
'
,
"
dll_excludes
"
:
[
'
w9xpopen.exe
'
]
,
"
dll_excludes
"
:
[
'
w9xpopen.exe
'
,
'
crypt32.dll
'
]
,
}
py2exe_console
=
[
{
Write
Preview
Loading…
Cancel
Save