mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 18:49:06 -07:00
some fixes, pulled the codename from the code
This commit is contained in:
parent
4e38899e97
commit
f427df17ab
4 changed files with 18 additions and 12 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ youtube-dl.bash-completion: youtube_dl/*.py devscripts/bash-completion.in
|
|||
python devscripts/bash-completion.py
|
||||
|
||||
youtube-dl.tar.gz: all
|
||||
tar -czf youtube-dl.tar.gz -s "|^./|./youtube-dl/|" \
|
||||
tar -czf youtube-dl.tar.gz -s "|^./|./youtube-dl/|" --exclude="updates_key.pem" \
|
||||
--exclude="*.pyc" --exclude="*.pyo" --exclude="*~" --exclude="youtube-dl.exe" \
|
||||
--exclude="wine-py2exe/" --exclude="py2exe.log" --exclude="*.kate-swp" \
|
||||
--exclude="build/" --exclude="dist/" --exclude="MANIFEST" --exclude=".git/" .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue