mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-23 21:59:57 +01:00
speedo: Do not fail if osslsigncode verify can't be run.
--
This commit is contained in:
parent
3efd005285
commit
5825daaf11
@ -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} \
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user