aboutsummaryrefslogtreecommitdiff
path: root/bundle/py2exe.py
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/py2exe.py')
-rwxr-xr-xbundle/py2exe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/py2exe.py b/bundle/py2exe.py
index a7e4113f1..ccb52eaa2 100755
--- a/bundle/py2exe.py
+++ b/bundle/py2exe.py
@@ -20,7 +20,7 @@ def main():
'py2exe builds do not support pycryptodomex and needs VC++14 to run. '
'It is recommended to run "pyinst.py" to build using pyinstaller instead')
- return freeze(
+ freeze(
console=[{
'script': './yt_dlp/__main__.py',
'dest_base': 'yt-dlp',