mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 05:41:32 +00:00
lynx: add OpenSSL note, add quotes around $dir var
This commit is contained in:
parent
13d91f20a7
commit
954f0e0997
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"_comment": "Version 2.8.3 was moved to https://github.com/rasa/versions/blob/master/nodejs4.json",
|
"_comment": "Version 2.8.3 was moved to https://github.com/scoopinstaller/versions/blob/master/lynx283.json",
|
||||||
"version": "2.8.9rel.1",
|
"version": "2.8.9rel.1",
|
||||||
"homepage": "http://invisible-island.net/lynx/lynx.html",
|
"homepage": "http://invisible-island.net/lynx/lynx.html",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"$q = [char]34",
|
"$q = [char]34",
|
||||||
"add-content \"$dir/lynx.cfg\" -value \"SSL_CERT_FILE:$(appdir openssl)/current/cacert.pem`n\"",
|
"add-content \"$dir/lynx.cfg\" -value \"SSL_CERT_FILE:$(appdir openssl)/current/cacert.pem`n\"",
|
||||||
"add-content \"$dir/lynx.cfg\" -value \"FORCE_SSL_PROMPT:PROMPT`n\"",
|
"add-content \"$dir/lynx.cfg\" -value \"FORCE_SSL_PROMPT:PROMPT`n\"",
|
||||||
"set-content \"$dir/lynx.cmd\" -value \"@$dir\\lynx.exe --cfg=$dir\\lynx.cfg %*\""
|
"set-content \"$dir/lynx.cmd\" -value \"@$q$dir\\lynx.exe$q --cfg=$q$dir\\lynx.cfg$q %*\""
|
||||||
],
|
],
|
||||||
"post_install": [
|
"post_install": [
|
||||||
"if (Test-Path \"$(appdir openssl)/current/libcrypto-1_1,1.dll\") {",
|
"if (Test-Path \"$(appdir openssl)/current/libcrypto-1_1,1.dll\") {",
|
||||||
@ -39,5 +39,8 @@
|
|||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe"
|
"url": "https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe"
|
||||||
}
|
},
|
||||||
|
"notes": [
|
||||||
|
"lynx requires the 32-bit version of openssl to be installed"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user