aboutsummaryrefslogtreecommitdiff
path: root/pyinst.py
AgeCommit message (Collapse)Author
2021-08-02Add logo and bannerpukkandan
2021-06-21[websockets] Add `WebSocketFragmentFD` (#399)pukkandan
Necessary for #392 Co-authored by: nao20010128nao, pukkandan
2021-06-07[pyinst] Show Python version in EXE metadata (#384)Nil Admirari
Authored by: nihil-admirari
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix
Authored by: fstirlitz
2021-06-01[cleanup] setup.pypukkandan
2021-04-22[documentation] Fix typospukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
2021-02-16#89 [pyinst.py] Exclude vcruntime140.dll from UPX (#89)Jody Bruchon
Related: https://github.com/blackjack4494/yt-dlc/pull/182 (7b400ac40b8e9ce5abaa6d0293fa9d4f017cf1f3) Authored by: jbruchon
2021-02-16#88 Implement SHA256 checking for autoupdatershirt-dev
* Also fix bugs from e5813e53f089e018606435926ae0e109c4838394 Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> :ci skip dl
2021-02-16Fix build.yml hashing and crypto support (#87)shirt-dev
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
2021-02-15Improve build/updaterpukkandan
* Fix `get_executable_path` in UNIX * Update `x86.exe` correctly * Exit immediately in windows once the update process starts so that the file handle is released correctly * Show `exe`/`zip`/`source` and 32/64bit in verbose message * Look for both `yt-dlp` and `youtube-dlc` in releases. This ensures that the updater will keep working when the binary name is changed to yt-dlp * Disable pycryptodome in win_x86 since it causes `distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 10.0 is required`
2021-02-11#75 Change optional dependency from `Crypto` to `pycryptodome` (Closes #74)shirt-dev
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) pycryptodome is an in-place replacement for Crypto and is more actively developed
2021-02-09[pyinst.py] Move back to root dir (Closes #63)pukkandan
2021-01-29Refactor `update-version`, `pyinst.py` and related filespukkandan
* Refactor update-version * Moved pyinst, update-version and icon into devscripts * pyinst doesn't bump version anymore * Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]` * Add mutagen as requirement * Remove make_win and related files
2021-01-12Fix typos (Closes #14)pukkandan
:skip ci all Co-authored by: FelixFrog
2020-09-23datetime updated.Unknown
2020-09-23add missing future importUnknown
2020-09-23update workflow, semi fix integrated updaterUnknown