add osslsigncode tool for Windows

Code-signing of generated executables is usually done with "signtool" on
Windows. When cross-compiling on Linux this tool is not avaiilable,
however, osslsigncode can be used as an replacement.
This commit is contained in:
Rainer Sabelka 2021-11-03 16:15:24 +01:00
parent ea4d106ed8
commit b41256cc2f

View File

@ -56,6 +56,7 @@ RUN \
make \ make \
nsis \ nsis \
openssl \ openssl \
osslsigncode \
p7zip-full \ p7zip-full \
patch \ patch \
perl \ perl \