fixed a couple of Windows exe update bugs
[youtube-dl] / Makefile
index 884aeb326871f0444e21245e8a2002f893857f31..e2da02e96ba304fec7e76c5fb604ae973cbf34fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ update-readme:
                echo "$${footer}" >> README.md
 
 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
        cat youtube-dl.zip >> youtube-dl
        rm youtube-dl.zip