mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
Add OPENSSL_CONF env. variable for Openssl to work
This commit is contained in:
parent
ab9c4c0151
commit
05326817fc
@ -15,5 +15,8 @@
|
|||||||
"innosetup": true,
|
"innosetup": true,
|
||||||
"bin": "bin\\openssl.exe",
|
"bin": "bin\\openssl.exe",
|
||||||
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^\\s]+)</a>",
|
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^\\s]+)</a>",
|
||||||
"env_add_path": "bin"
|
"env_add_path": "bin",
|
||||||
|
"env_set": {
|
||||||
|
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user