diff options
author | Werner Koch <[email protected]> | 2023-05-30 15:38:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-05-30 15:38:27 +0000 |
commit | c8f6fdcd359ac22466db880b5f13e272dcd65a8b (patch) | |
tree | 6c74968b3bed276a9615b1c6971b0fec0615dbfc /Makefile.am | |
parent | Post release updates (diff) | |
download | gnupg-c8f6fdcd359ac22466db880b5f13e272dcd65a8b.tar.gz gnupg-c8f6fdcd359ac22466db880b5f13e272dcd65a8b.zip |
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).
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0f2075089..1cd009811 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,8 +18,8 @@ ## Process this file with automake to produce Makefile.in -# To include the wixlibs for building an MSI installer in a release use -# make release WITH_MSI=1 +# We want to also build the wixlib for use by GnuPG Desktop +WITH_MSI=1 # Location of the released tarball archives. This is prefixed by # the variable RELEASE_ARCHIVE in ~/.gnupg-autogen.rc. For example: |