mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
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:
parent
9b1c848b10
commit
de3dc05791
@ -14,5 +14,6 @@
|
||||
},
|
||||
"innosetup": true,
|
||||
"bin": "bin\\openssl.exe",
|
||||
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^ ]+) Light</a>"
|
||||
"checkver": "<a href=\"[^\"]*\">Win32 OpenSSL v([^ ]+) Light</a>",
|
||||
"env_add_path": "bin"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user