mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
Improve cacert path for wget
This commit is contained in:
parent
2c071c0c9d
commit
e3890684cf
@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"bin": "wget.exe",
|
"bin": "wget.exe",
|
||||||
"depends": "cacert",
|
"depends": "cacert",
|
||||||
"post_install": "\"ca_certificate=$(resolve-path $dir\\..\\..\\cacert\\current\\cacert.pem)\" | out-file $dir\\wget.ini -encoding default",
|
"post_install": "\"ca_certificate=$(appdir cacert)\\current\\cacert.pem\" | out-file $dir\\wget.ini -encoding default",
|
||||||
"checkver": "<title>GNU Wget ([\\d.]+) for Windows",
|
"checkver": "<title>GNU Wget ([\\d.]+) for Windows",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user