aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
Commit message (Collapse)AuthorAgeFilesLines
* Add logo and bannerpukkandan2021-08-021-1/+1
|
* [websockets] Add `WebSocketFragmentFD` (#399)pukkandan2021-06-211-6/+6
| | | | | | Necessary for #392 Co-authored by: nao20010128nao, pukkandan
* [pyinst] Show Python version in EXE metadata (#384)Nil Admirari2021-06-071-1/+3
| | | Authored by: nihil-admirari
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1
| | | | Authored by: fstirlitz
* [cleanup] setup.pypukkandan2021-06-011-1/+1
|
* [documentation] Fix typospukkandan2021-04-221-0/+1
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-10/+10
| | | | | | | | | * 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
* #89 [pyinst.py] Exclude vcruntime140.dll from UPX (#89)Jody Bruchon2021-02-161-0/+1
| | | | | Related: https://github.com/blackjack4494/yt-dlc/pull/182 (7b400ac40b8e9ce5abaa6d0293fa9d4f017cf1f3) Authored by: jbruchon
* #88 Implement SHA256 checking for autoupdatershirt-dev2021-02-161-1/+1
| | | | | | | * Also fix bugs from e5813e53f089e018606435926ae0e109c4838394 Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> :ci skip dl
* Fix build.yml hashing and crypto support (#87)shirt-dev2021-02-161-1/+1
| | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
* Improve build/updaterpukkandan2021-02-151-1/+1
| | | | | | | | | * 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`
* #75 Change optional dependency from `Crypto` to `pycryptodome` (Closes #74)shirt-dev2021-02-111-1/+1
| | | | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) pycryptodome is an in-place replacement for Crypto and is more actively developed
* [pyinst.py] Move back to root dir (Closes #63)pukkandan2021-02-091-0/+78
|
* Refactor `update-version`, `pyinst.py` and related filespukkandan2021-01-291-92/+0
| | | | | | | | | * 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
* Fix typos (Closes #14)pukkandan2021-01-121-1/+1
| | | | | | :skip ci all Co-authored by: FelixFrog
* datetime updated.Unknown2020-09-231-1/+3
|
* add missing future importUnknown2020-09-231-0/+1
|
* update workflow, semi fix integrated updaterUnknown2020-09-231-0/+89