From f848a1f935cbb5dd4eae16b7fb4eff1f44fc76da Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 19 Feb 2018 21:09:46 -0500 Subject: [PATCH] dammit, zip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cad78cbfe..825c67e57 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ dist: distclean locales cp *.inx dist mv locales dist/inkstitch/bin if [ "$$BUILD" = "windows" ]; then \ - cd dist; zip ../inkstitch-$(VERISON)-win32.zip *; \ + cd dist; zip -r ../inkstitch-$(VERISON)-win32.zip *; \ else \ cd dist; tar zcf ../inkstitch-$(VERSION)-$(OS)-$(ARCH).tar.gz *; \ fi