mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01: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
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
# To include the wixlibs for building an MSI installer in a release use
|
# We want to also build the wixlib for use by GnuPG Desktop
|
||||||
# make release WITH_MSI=1
|
WITH_MSI=1
|
||||||
|
|
||||||
# Location of the released tarball archives. This is prefixed by
|
# Location of the released tarball archives. This is prefixed by
|
||||||
# the variable RELEASE_ARCHIVE in ~/.gnupg-autogen.rc. For example:
|
# the variable RELEASE_ARCHIVE in ~/.gnupg-autogen.rc. For example:
|
||||||
|
@ -1543,10 +1543,8 @@ sign-installer:
|
|||||||
if [ -f "$${msifile}" ]; then \
|
if [ -f "$${msifile}" ]; then \
|
||||||
$(call MKSWDB_commands,$${msifile},$${reldate},"wixlib_"); \
|
$(call MKSWDB_commands,$${msifile},$${reldate},"wixlib_"); \
|
||||||
fi; \
|
fi; \
|
||||||
echo "speedo: /*" ;\
|
echo "speedo: /* (osslsigncode verify disabled) */" ;\
|
||||||
echo "speedo: * Verification result" ;\
|
echo osslsigncode verify $${exefile} \
|
||||||
echo "speedo: */" ;\
|
|
||||||
osslsigncode verify $${exefile} \
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user