mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	removing the zip option, this can be done with python setup.py bdist --format=zip
This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @@ -23,12 +23,6 @@ test: | |||||||
| .PHONY: all clean install test README.md youtube-dl.bash-completion | .PHONY: all clean install test README.md youtube-dl.bash-completion | ||||||
| # TODO un-phony README.md and youtube-dl.bash_completion by reading from .in files and generating from them | # TODO un-phony README.md and youtube-dl.bash_completion by reading from .in files and generating from them | ||||||
|  |  | ||||||
| youtube-dl: youtube_dl/*.py |  | ||||||
| 	zip --quiet youtube-dl __main__.py youtube_dl/*.py |  | ||||||
| 	echo '#!/usr/bin/env python' > youtube-dl |  | ||||||
| 	cat youtube-dl.zip >> youtube-dl |  | ||||||
| 	rm youtube-dl.zip |  | ||||||
| 	chmod a+x youtube-dl |  | ||||||
|  |  | ||||||
| youtube-dl.exe: youtube_dl/*.py | youtube-dl.exe: youtube_dl/*.py | ||||||
| 	bash devscripts/wine-py2exe.sh build_exe.py | 	bash devscripts/wine-py2exe.sh build_exe.py | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user