1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00

speedo: Do not fail if osslsigncode verify can't be run.

--
This commit is contained in:
Werner Koch 2023-07-05 11:09:57 +02:00
parent 3efd005285
commit 5825daaf11
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -1530,10 +1530,8 @@ sign-installer:
if [ -e "$${msifile}" ]; then \
$(call MKSWDB_commands,$${msifile},$${reldate},"wixlib_"); \
fi; \
echo "speedo: /*" ;\
echo "speedo: * Verification result" ;\
echo "speedo: */" ;\
osslsigncode verify $${exefile} \
echo "speedo: /* (osslsigncode verify disabled) */" ;\
echo osslsigncode verify $${exefile} \
)