aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-12-02 03:54:02 +0800
committerJesús <heckyel@hyperbola.info>2022-12-02 03:54:02 +0800
commit4e71279fe1b211403c023c20ced570dc6d09845d (patch)
tree862538c611dcfde8e61a9e388534c2d3c58a430c /build.sh
parent020312066f3760e2b6dbbe03d6ef438c72516dbe (diff)
downloadhypervideo-pre-4e71279fe1b211403c023c20ced570dc6d09845d.tar.lz
hypervideo-pre-4e71279fe1b211403c023c20ced570dc6d09845d.tar.xz
hypervideo-pre-4e71279fe1b211403c023c20ced570dc6d09845d.zip
Remove tox.ini and pytest.ini files
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 39fb187fa..fb4a608fe 100644
--- a/build.sh
+++ b/build.sh
@@ -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' {} \;