Make sure files are at root of the zip file

This commit is contained in:
Romain Vigier
2019-10-15 15:16:37 +02:00
parent 3646c8ed78
commit 90bc46dfe0
+1 -1
View File
@@ -13,7 +13,7 @@ install: build
.PHONY: zip
zip: build
zip -r ./build/$(UUID).zip ./build
zip -jr ./build/$(UUID).zip ./build
rm -r ./build/$(UUID)
.PHONY: clean