summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a633754..a907011 100644
--- a/Makefile
+++ b/Makefile
@@ -182,8 +182,10 @@ endif
checksign:
ifeq (${PLATFORM}, windows)
+ifeq (${RELEASE}, yes)
@sigcheck.exe ${QTBUILD}/release/${TARGET}.exe
endif
+endif
installer: check_qtifw checksign
@mkdir -p ${INST_DATA}