Skip to content
Snippets Groups Projects
Commit 89738a24 authored by jkito's avatar jkito Committed by Kali Kaneko
Browse files

[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
parent 7122e8f2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment