mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
quiet zip in make compile
This commit is contained in:
parent
9ab3406ddb
commit
668d975039
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ update-readme:
|
|||||||
echo "$${footer}" >> README.md
|
echo "$${footer}" >> README.md
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
zip --junk-paths youtube-dl youtube_dl/*.py
|
zip --quiet --junk-paths youtube-dl youtube_dl/*.py
|
||||||
echo '#!/usr/bin/env python' > youtube-dl
|
echo '#!/usr/bin/env python' > youtube-dl
|
||||||
cat youtube-dl.zip >> youtube-dl
|
cat youtube-dl.zip >> youtube-dl
|
||||||
rm youtube-dl.zip
|
rm youtube-dl.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user