1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 15:06:23 -04:00

[pyinst.py] Move back to root dir (Closes #63)

This commit is contained in:
pukkandan
2021-02-09 17:35:12 +05:30
parent 3dd264bf42
commit b3943b2f33
4 changed files with 10 additions and 10 deletions

View File

@@ -106,7 +106,7 @@ To build the Windows executable, you must have pyinstaller (and optionally mutag
python -m pip install --upgrade pyinstaller mutagen Crypto
Once you have all the necessary dependancies installed, just run `py devscripts\pyinst.py`. The executable will be built for the same architecture (32/64 bit) as the python used to build it. It is strongly reccomended to use python3 although python2.6+ is supported.
Once you have all the necessary dependancies installed, just run `py pyinst.py`. The executable will be built for the same architecture (32/64 bit) as the python used to build it. It is strongly reccomended to use python3 although python2.6+ is supported.
You can also build the executable without any version info or metadata by using: