summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.qtcreator2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.qtcreator b/Makefile.qtcreator
index a1e11e7..9d5229b 100644
--- a/Makefile.qtcreator
+++ b/Makefile.qtcreator
@@ -101,7 +101,7 @@ pack.x86-linux64:
pack.x86-mingw64:
cd $(INSTDIR) && \
- zip -q -r $(PWD)/$(PKGNAME).zip .
+ $(7ZIP) a -r $(PWD)/$(PKGNAME).zip .
clean:
rm -Rf $(BUILDDIR)