mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-27 19:53:51 +08:00
install-win32/buildinstaller will now always sign executable
if SIGNTOOL is defined, even if EXTRACT_FILES is enabled. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3976 e7ae566f-a301-0410-adde-c780ea21d3b5
This commit is contained in:
parent
763602d3e3
commit
d382bea756
@ -9,6 +9,6 @@ rm -f $GENOUT/*.exe
|
||||
tail -20 makensis.log
|
||||
|
||||
# sign the installer
|
||||
if [ -d "$SIGNTOOL" ] && ! [ -n "${EXTRACT_FILES+x}" ]; then
|
||||
if [ -d "$SIGNTOOL" ]; then
|
||||
TARGET_EXE="$(echo $(pwd)/$GENOUT/*.exe)" $SIGNTOOL/signexe
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user