mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-12 22:21:32 +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 \
|
make \
|
||||||
nsis \
|
nsis \
|
||||||
openssl \
|
openssl \
|
||||||
|
osslsigncode \
|
||||||
p7zip-full \
|
p7zip-full \
|
||||||
patch \
|
patch \
|
||||||
perl \
|
perl \
|
||||||
|
Loading…
Reference in New Issue
Block a user