Structure folder properly in zip
This commit is contained in:
		
							parent
							
								
									e83169c17d
								
							
						
					
					
						commit
						7d3ec04c63
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,10 @@
 | 
			
		|||
all: retopo_tools_addon.zip
 | 
			
		||||
 | 
			
		||||
%.zip: *.py
 | 
			
		||||
	zip -r $@ $^
 | 
			
		||||
	mkdir retop_tools
 | 
			
		||||
	cp *.py retop_tools/
 | 
			
		||||
	zip -r $@ retop_tools/
 | 
			
		||||
	rm -rf retop_tools/
 | 
			
		||||
 | 
			
		||||
.PHONY: clean
 | 
			
		||||
clean:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue