From b9143bef3919bfcb835d45c928cc3a72f36660a8 Mon Sep 17 00:00:00 2001 From: jkito Date: Sun, 6 Nov 2022 22:40:30 +0530 Subject: [pkg] run sigcheck only when doing a release build --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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} -- cgit v1.2.3