Przeglądaj źródła

Don't include the test/testdata directory in the youtube-dl.tar.gz

The last releases included big files that increased the size of the compressed file.
Jaime Marquínez Ferrándiz 12 lat temu
rodzic
commit
996d1c3242
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -71,6 +71,7 @@ youtube-dl.tar.gz: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash-
 		--exclude '*~' \
 		--exclude '__pycache' \
 		--exclude '.git' \
+        --exclude 'testdata' \
 		-- \
 		bin devscripts test youtube_dl \
 		CHANGELOG LICENSE README.md README.txt \