mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
lynx: suggest vcredist instead of depending on it
This commit is contained in:
parent
e507ce5c70
commit
a775cf420c
@ -26,8 +26,6 @@
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"vcredist": [
|
||||
"extras/vcredist2015"
|
||||
]
|
||||
"vcredist": "extras/vcredist2015"
|
||||
}
|
||||
}
|
||||
|
||||
@ -12,9 +12,11 @@
|
||||
"innosetup": true,
|
||||
"depends": [
|
||||
"cacert",
|
||||
"extras/vcredist2012",
|
||||
"openssl"
|
||||
],
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2012"
|
||||
},
|
||||
"persist": [
|
||||
"$dir/lynx.cfg"
|
||||
],
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"Visual Studio 2015 C++ redistributable": "vcredist2015"
|
||||
"vcredist": "extras/vcredist2015"
|
||||
},
|
||||
"homepage": "https://neovim.io/",
|
||||
"bin": [
|
||||
|
||||
@ -25,8 +25,6 @@
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"vcredist": [
|
||||
"extras/vcredist2015"
|
||||
]
|
||||
"vcredist": "extras/vcredist2015"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user