summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkito <jkito@github>2022-11-01 00:36:08 +0530
committerkali kaneko (leap communications) <kali@leap.se>2022-11-08 21:39:30 +0100
commit89738a24370324c892b183654651ad9fd540436d (patch)
treed5df68d6bf9e9d6847c7a86565d533b1c8f78e4e
parent7122e8f22e4f0d64c26da22730dbc43548d7df21 (diff)
[pkg] don't hardcode full path to sigcheck.exe
the installation path depends on how sigcheck was installed, in case it is installed from choco its put in another location this assumes sigcheck.exe will be available on path
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f4a381..a633754 100644
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,7 @@ endif
checksign:
ifeq (${PLATFORM}, windows)
- @"c:\windows\system32\sigcheck.exe" ${QTBUILD}/release/${TARGET}.exe
+ @sigcheck.exe ${QTBUILD}/release/${TARGET}.exe
endif
installer: check_qtifw checksign