mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[build] Release windows exe built with py2exe
Closes: #855 Related: #661, #705, #890, #1024, #1160
This commit is contained in:
parent
6e21fdd279
commit
386cdfdb5b
4 changed files with 39 additions and 13 deletions
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ REQUIREMENTS = ['mutagen', 'pycryptodomex', 'websockets']
|
|||
if sys.argv[1:2] == ['py2exe']:
|
||||
import py2exe
|
||||
warnings.warn(
|
||||
'Building with py2exe is not officially supported. '
|
||||
'py2exe builds do not support pycryptodomex and needs VC++14 to run. '
|
||||
'The recommended way is to use "pyinst.py" to build using pyinstaller')
|
||||
params = {
|
||||
'console': [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue