mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
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:
parent
ea4d106ed8
commit
b41256cc2f
@ -56,6 +56,7 @@ RUN \
|
||||
make \
|
||||
nsis \
|
||||
openssl \
|
||||
osslsigncode \
|
||||
p7zip-full \
|
||||
patch \
|
||||
perl \
|
||||
|
Loading…
Reference in New Issue
Block a user