aboutsummaryrefslogtreecommitdiff
path: root/bundle/py2exe.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2024-03-10 20:48:44 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2024-03-11 00:52:28 +0530
commit615a84447e8322720be77a0e64298d7f42848693 (patch)
tree46c0a3472856badee38ff6ed27d8b2742b348afe /bundle/py2exe.py
parented3bb2b0a12c44334e0d09481752dabf2ca1dc13 (diff)
[cleanup] Misc (#8968)
Authored by: pukkandan, bashonly, seproDev
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',