mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
build: Always build the wixlib with a release
-- Forgot it today again; better do it by default. Also disable sslsigncode verify due to missing certificate problem (for signing we use Scute).
This commit is contained in:
parent
3c97dc2714
commit
c8f6fdcd35
2 changed files with 4 additions and 6 deletions
|
@ -1543,10 +1543,8 @@ sign-installer:
|
|||
if [ -f "$${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…
Add table
Add a link
Reference in a new issue