diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | build.sh | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -103,7 +103,7 @@ yt-dlp.tar.gz: all CONTRIBUTING.md CONTRIBUTORS AUTHORS \ Makefile MANIFEST.in README.md completions \ setup.py setup.cfg yt-dlp yt_dlp requirements.txt \ - devscripts test tox.ini pytest.ini + devscripts test AUTHORS: .mailmap git shortlog -s -n | cut -f2 | sort > AUTHORS @@ -21,7 +21,6 @@ run_rebrand() ! -path "./.git*" \) \ -exec grep -rIl 'yt_dlp' {} + -exec sed -i 's|yt_dlp|hypervideo_dl|g' {} \; - find . -name "tox.ini" -type f -exec sed -i 's|yt-dlp|hypervideo|g' {} \; find . -name "setup.cfg" -type f -exec sed -i 's|yt-dlp|hypervideo|g' {} \; find . -name "Makefile" -type f -exec sed -i 's|yt-dlp|hypervideo|g' {} \; find . -name "*.py" -type f -exec sed -i 's|yt-dlp|hypervideo|g' {} \; |