Structure folder properly in zip
This commit is contained in:
parent
e83169c17d
commit
7d3ec04c63
|
@ -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…
Reference in New Issue