build: Let the release target also sign the wixlib.

--
This commit is contained in:
Werner Koch 2021-10-10 19:33:38 +02:00
parent cf29c7dec0
commit 257632f58d
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 3 additions and 1 deletions

View File

@ -244,6 +244,8 @@ sign-release:
gpg -sbu $$mysignkey $${release_w32_name}.tar.xz ;\
echo "/* Signing the W32 installer ..." ;\
gpg -sbu $$mysignkey $${release_w32_name}.exe ;\
echo "/* Signing the Wixlib ..." ;\
gpg -sbu $$mysignkey $${wixlibfile} ;\
cat $(RELEASE_NAME).swdb >swdb.snippet;\
echo '#+macro: gnupg24_branch STABLE-BRANCH-2-4' >>swdb.snippet;\
cat $${release_w32_name}.exe.swdb >>swdb.snippet;\
@ -255,7 +257,7 @@ sign-release:
scp -p $${files1} $${files2} $$myarchive/ \
|| echo "/* Error copying files to the archive - ignored */" ;\
if [ -e $${wixlibfile} ]; then\
scp -p $${wixlibfile} $$myarchive/ \
scp -p $${wixlibfile} $${wixlibfile}.sig $$myarchive/ \
|| echo "/* Error copying wixlib to the archive - ignored. */" ;\
fi ;\
echo '/*' ;\