summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkito <jkito@github>2022-11-06 22:40:30 +0530
committerkali kaneko (leap communications) <kali@leap.se>2022-11-08 21:40:19 +0100
commitb9143bef3919bfcb835d45c928cc3a72f36660a8 (patch)
treeaa183c4e1292d3ca2a74a6a9f10f125cca332dab
parent06c54521b8c2e9fc0ff2f8fae1b5f3b50adaa122 (diff)
[pkg] run sigcheck only when doing a release build
-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}