OpenSSL: Add executables and DLLs to PATH. (#868)

External apps depend on DLLs exported by openssl (ssleay32.dll and libeay32.dll in my particular case), so I thought it would be nice to have the in PATH automatically after installation.
This commit is contained in:
Konstantin Molchanov 2016-05-28 17:28:34 +04:00 committed by Luke Sampson
parent 9b1c848b10
commit de3dc05791

View File

@ -14,5 +14,6 @@
}, },
"innosetup": true, "innosetup": true,
"bin": "bin\\openssl.exe", "bin": "bin\\openssl.exe",
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^ ]+) Light</a>" "checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^ ]+) Light</a>",
"env_add_path": "bin"
} }